Struct ash::vk::VideoDecodeH264PictureLayoutFlagsEXT
source · #[repr(transparent)]pub struct VideoDecodeH264PictureLayoutFlagsEXT(_);
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<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
impl BitAndAssign<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
impl BitOrAssign<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
impl BitXorAssign<VideoDecodeH264PictureLayoutFlagsEXT> 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<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
impl PartialEq<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
source§fn eq(&self, other: &VideoDecodeH264PictureLayoutFlagsEXT) -> bool
fn eq(&self, other: &VideoDecodeH264PictureLayoutFlagsEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
impl PartialOrd<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
source§fn partial_cmp(
&self,
other: &VideoDecodeH264PictureLayoutFlagsEXT
) -> Option<Ordering>
fn partial_cmp( &self, other: &VideoDecodeH264PictureLayoutFlagsEXT ) -> 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 more