Struct ash::vk::VideoDecodeH264PictureLayoutFlagsKHR
source · 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
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for VideoDecodeH264PictureLayoutFlagsKHR
impl PartialOrd for VideoDecodeH264PictureLayoutFlagsKHR
source§fn partial_cmp(
&self,
other: &VideoDecodeH264PictureLayoutFlagsKHR
) -> Option<Ordering>
fn partial_cmp( &self, other: &VideoDecodeH264PictureLayoutFlagsKHR ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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