pub struct VideoDecodeH264PictureLayoutFlagsEXT(/* private fields */);
Expand description
Implementations§
Source§impl VideoDecodeH264PictureLayoutFlagsEXT
impl VideoDecodeH264PictureLayoutFlagsEXT
Source§impl VideoDecodeH264PictureLayoutFlagsEXT
impl VideoDecodeH264PictureLayoutFlagsEXT
pub const PROGRESSIVE: Self
pub const INTERLACED_INTERLEAVED_LINES: Self
pub const INTERLACED_SEPARATE_PLANES: Self
Trait Implementations§
Source§impl BitAndAssign for VideoDecodeH264PictureLayoutFlagsEXT
impl BitAndAssign for VideoDecodeH264PictureLayoutFlagsEXT
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for VideoDecodeH264PictureLayoutFlagsEXT
impl BitOrAssign for VideoDecodeH264PictureLayoutFlagsEXT
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXorAssign for VideoDecodeH264PictureLayoutFlagsEXT
impl BitXorAssign for VideoDecodeH264PictureLayoutFlagsEXT
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for VideoDecodeH264PictureLayoutFlagsEXT
impl Clone for VideoDecodeH264PictureLayoutFlagsEXT
Source§fn clone(&self) -> VideoDecodeH264PictureLayoutFlagsEXT
fn clone(&self) -> VideoDecodeH264PictureLayoutFlagsEXT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Ord for VideoDecodeH264PictureLayoutFlagsEXT
impl Ord for VideoDecodeH264PictureLayoutFlagsEXT
Source§fn cmp(&self, other: &VideoDecodeH264PictureLayoutFlagsEXT) -> Ordering
fn cmp(&self, other: &VideoDecodeH264PictureLayoutFlagsEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VideoDecodeH264PictureLayoutFlagsEXT
impl PartialEq for VideoDecodeH264PictureLayoutFlagsEXT
Source§fn eq(&self, other: &VideoDecodeH264PictureLayoutFlagsEXT) -> bool
fn eq(&self, other: &VideoDecodeH264PictureLayoutFlagsEXT) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for VideoDecodeH264PictureLayoutFlagsEXT
impl PartialOrd for VideoDecodeH264PictureLayoutFlagsEXT
impl Copy for VideoDecodeH264PictureLayoutFlagsEXT
impl Eq for VideoDecodeH264PictureLayoutFlagsEXT
impl StructuralPartialEq for VideoDecodeH264PictureLayoutFlagsEXT
Auto Trait Implementations§
impl Freeze for VideoDecodeH264PictureLayoutFlagsEXT
impl RefUnwindSafe for VideoDecodeH264PictureLayoutFlagsEXT
impl Send for VideoDecodeH264PictureLayoutFlagsEXT
impl Sync for VideoDecodeH264PictureLayoutFlagsEXT
impl Unpin for VideoDecodeH264PictureLayoutFlagsEXT
impl UnwindSafe for VideoDecodeH264PictureLayoutFlagsEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more