Enum gstreamer_video::VideoTileMode [−][src]
#[non_exhaustive] pub enum VideoTileMode { Unknown, Zflipz2x2, Linear, // some variants omitted }
Expand description
Enum value describing the available tiling modes.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Unknown or unset tile mode
Every four adjacent blocks - two horizontally and two vertically are grouped together and are located in memory in Z or flipped Z order. In case of odd rows, the last row of blocks is arranged in linear order.
v1_18
only.Tiles are in row order.
Trait Implementations
type Checker = GenericValueTypeChecker<Self>
type Checker = GenericValueTypeChecker<Self>
Value type checker.
Get the contained value from a Value
. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Returns the type identifier of Self
.
Auto Trait Implementations
impl RefUnwindSafe for VideoTileMode
impl Send for VideoTileMode
impl Sync for VideoTileMode
impl Unpin for VideoTileMode
impl UnwindSafe for VideoTileMode
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.