pub struct VideoDecodeH264PictureLayoutFlagsKHR(/* private fields */);
Expand description
Implementations§
Source§impl VideoDecodeH264PictureLayoutFlagsKHR
impl VideoDecodeH264PictureLayoutFlagsKHR
Source§impl VideoDecodeH264PictureLayoutFlagsKHR
impl VideoDecodeH264PictureLayoutFlagsKHR
pub const PROGRESSIVE: Self = _
pub const INTERLACED_INTERLEAVED_LINES: Self = _
pub const INTERLACED_SEPARATE_PLANES: Self = _
Trait Implementations§
Source§impl BitAndAssign for VideoDecodeH264PictureLayoutFlagsKHR
impl BitAndAssign for VideoDecodeH264PictureLayoutFlagsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for VideoDecodeH264PictureLayoutFlagsKHR
impl BitOrAssign for VideoDecodeH264PictureLayoutFlagsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXorAssign for VideoDecodeH264PictureLayoutFlagsKHR
impl BitXorAssign for VideoDecodeH264PictureLayoutFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for VideoDecodeH264PictureLayoutFlagsKHR
impl Clone for VideoDecodeH264PictureLayoutFlagsKHR
Source§fn clone(&self) -> VideoDecodeH264PictureLayoutFlagsKHR
fn clone(&self) -> VideoDecodeH264PictureLayoutFlagsKHR
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 VideoDecodeH264PictureLayoutFlagsKHR
impl Ord for VideoDecodeH264PictureLayoutFlagsKHR
Source§fn cmp(&self, other: &VideoDecodeH264PictureLayoutFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoDecodeH264PictureLayoutFlagsKHR) -> 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 VideoDecodeH264PictureLayoutFlagsKHR
impl PartialEq for VideoDecodeH264PictureLayoutFlagsKHR
Source§fn eq(&self, other: &VideoDecodeH264PictureLayoutFlagsKHR) -> bool
fn eq(&self, other: &VideoDecodeH264PictureLayoutFlagsKHR) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for VideoDecodeH264PictureLayoutFlagsKHR
impl PartialOrd for VideoDecodeH264PictureLayoutFlagsKHR
impl Copy for VideoDecodeH264PictureLayoutFlagsKHR
impl Eq for VideoDecodeH264PictureLayoutFlagsKHR
impl StructuralPartialEq for VideoDecodeH264PictureLayoutFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeH264PictureLayoutFlagsKHR
impl RefUnwindSafe for VideoDecodeH264PictureLayoutFlagsKHR
impl Send for VideoDecodeH264PictureLayoutFlagsKHR
impl Sync for VideoDecodeH264PictureLayoutFlagsKHR
impl Unpin for VideoDecodeH264PictureLayoutFlagsKHR
impl UnwindSafe for VideoDecodeH264PictureLayoutFlagsKHR
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)