pub struct VideoDecodeH264PictureLayoutFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoDecodeH264PictureLayoutFlagBitsKHR
impl VideoDecodeH264PictureLayoutFlagBitsKHR
pub const PROGRESSIVE: Self
Sourcepub const INTERLACED_INTERLEAVED_LINES: Self
pub const INTERLACED_INTERLEAVED_LINES: Self
Bit 0.
Sourcepub const INTERLACED_SEPARATE_PLANES: Self
pub const INTERLACED_SEPARATE_PLANES: Self
Bit 1.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAndAssign for VideoDecodeH264PictureLayoutFlagBitsKHR
impl BitAndAssign for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for VideoDecodeH264PictureLayoutFlagBitsKHR
impl BitOrAssign for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for VideoDecodeH264PictureLayoutFlagBitsKHR
impl BitXorAssign for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Clone for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn clone(&self) -> VideoDecodeH264PictureLayoutFlagBitsKHR
fn clone(&self) -> VideoDecodeH264PictureLayoutFlagBitsKHR
Returns a duplicate 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 Default for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Default for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn default() -> VideoDecodeH264PictureLayoutFlagBitsKHR
fn default() -> VideoDecodeH264PictureLayoutFlagBitsKHR
Returns the “default value” for a type. Read more
Source§impl Ord for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Ord for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn cmp(&self, other: &VideoDecodeH264PictureLayoutFlagBitsKHR) -> Ordering
fn cmp(&self, other: &VideoDecodeH264PictureLayoutFlagBitsKHR) -> 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 VideoDecodeH264PictureLayoutFlagBitsKHR
impl PartialEq for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn eq(&self, other: &VideoDecodeH264PictureLayoutFlagBitsKHR) -> bool
fn eq(&self, other: &VideoDecodeH264PictureLayoutFlagBitsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoDecodeH264PictureLayoutFlagBitsKHR
impl PartialOrd for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Copy for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Eq for VideoDecodeH264PictureLayoutFlagBitsKHR
impl StructuralPartialEq for VideoDecodeH264PictureLayoutFlagBitsKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeH264PictureLayoutFlagBitsKHR
impl RefUnwindSafe for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Send for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Sync for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Unpin for VideoDecodeH264PictureLayoutFlagBitsKHR
impl UnsafeUnpin for VideoDecodeH264PictureLayoutFlagBitsKHR
impl UnwindSafe for VideoDecodeH264PictureLayoutFlagBitsKHR
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