Enum gstreamer_video::VideoTileMode [−][src]
pub enum VideoTileMode {
Unknown,
Zflipz2x2,
// some variants omitted
}Enum value describing the available tiling modes.
Variants
UnknownZflipz2x2
Trait Implementations
impl Debug for VideoTileMode[src]
impl Debug for VideoTileModefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for VideoTileMode[src]
impl Eq for VideoTileModeimpl PartialEq for VideoTileMode[src]
impl PartialEq for VideoTileModefn eq(&self, other: &VideoTileMode) -> bool[src]
fn eq(&self, other: &VideoTileMode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VideoTileMode) -> bool[src]
fn ne(&self, other: &VideoTileMode) -> boolThis method tests for !=.
impl Ord for VideoTileMode[src]
impl Ord for VideoTileModefn cmp(&self, other: &VideoTileMode) -> Ordering[src]
fn cmp(&self, other: &VideoTileMode) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl PartialOrd for VideoTileMode[src]
impl PartialOrd for VideoTileModefn partial_cmp(&self, other: &VideoTileMode) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &VideoTileMode) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &VideoTileMode) -> bool[src]
fn lt(&self, other: &VideoTileMode) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &VideoTileMode) -> bool[src]
fn le(&self, other: &VideoTileMode) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &VideoTileMode) -> bool[src]
fn gt(&self, other: &VideoTileMode) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &VideoTileMode) -> bool[src]
fn ge(&self, other: &VideoTileMode) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Hash for VideoTileMode[src]
impl Hash for VideoTileModefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for VideoTileMode[src]
impl Clone for VideoTileModefn clone(&self) -> VideoTileMode[src]
fn clone(&self) -> VideoTileModeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Copy for VideoTileMode[src]
impl Copy for VideoTileModeimpl StaticType for VideoTileMode[src]
impl StaticType for VideoTileModefn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for VideoTileMode[src]
impl<'a> FromValueOptional<'a> for VideoTileModeunsafe fn from_value_optional(value: &Value) -> Option<Self>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>impl<'a> FromValue<'a> for VideoTileMode[src]
impl<'a> FromValue<'a> for VideoTileModeunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for VideoTileMode[src]
impl SetValue for VideoTileModeAuto Trait Implementations
impl Send for VideoTileMode
impl Send for VideoTileModeimpl Sync for VideoTileMode
impl Sync for VideoTileMode