Struct ash::vk::VideoDecodeCapabilityFlagsKHR
source · #[repr(transparent)]pub struct VideoDecodeCapabilityFlagsKHR(_);
Expand description
Implementations§
source§impl VideoDecodeCapabilityFlagsKHR
impl VideoDecodeCapabilityFlagsKHR
source§impl VideoDecodeCapabilityFlagsKHR
impl VideoDecodeCapabilityFlagsKHR
pub const DEFAULT: Self = _
pub const DPB_AND_OUTPUT_COINCIDE: Self = _
pub const DPB_AND_OUTPUT_DISTINCT: Self = _
Trait Implementations§
source§impl BitAndAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitAndAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitOrAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitXorAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for VideoDecodeCapabilityFlagsKHR
impl Clone for VideoDecodeCapabilityFlagsKHR
source§fn clone(&self) -> VideoDecodeCapabilityFlagsKHR
fn clone(&self) -> VideoDecodeCapabilityFlagsKHR
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 Hash for VideoDecodeCapabilityFlagsKHR
impl Hash for VideoDecodeCapabilityFlagsKHR
source§impl Not for VideoDecodeCapabilityFlagsKHR
impl Not for VideoDecodeCapabilityFlagsKHR
source§impl Ord for VideoDecodeCapabilityFlagsKHR
impl Ord for VideoDecodeCapabilityFlagsKHR
source§fn cmp(&self, other: &VideoDecodeCapabilityFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoDecodeCapabilityFlagsKHR) -> 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<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl PartialEq<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
source§fn eq(&self, other: &VideoDecodeCapabilityFlagsKHR) -> bool
fn eq(&self, other: &VideoDecodeCapabilityFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl PartialOrd<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
source§fn partial_cmp(&self, other: &VideoDecodeCapabilityFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoDecodeCapabilityFlagsKHR) -> 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