Struct ash::vk::VideoDecodeCapabilityFlagsKHR
source · pub struct VideoDecodeCapabilityFlagsKHR(/* private fields */);
Expand description
Implementations§
source§impl VideoDecodeCapabilityFlagsKHR
impl VideoDecodeCapabilityFlagsKHR
source§impl VideoDecodeCapabilityFlagsKHR
impl VideoDecodeCapabilityFlagsKHR
pub const DPB_AND_OUTPUT_COINCIDE: Self = _
pub const DPB_AND_OUTPUT_DISTINCT: Self = _
Trait Implementations§
source§impl BitAndAssign for VideoDecodeCapabilityFlagsKHR
impl BitAndAssign for VideoDecodeCapabilityFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for VideoDecodeCapabilityFlagsKHR
impl BitOrAssign for VideoDecodeCapabilityFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for VideoDecodeCapabilityFlagsKHR
impl BitXorAssign 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 for VideoDecodeCapabilityFlagsKHR
impl PartialEq 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 for VideoDecodeCapabilityFlagsKHR
impl PartialOrd 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 moreimpl Copy for VideoDecodeCapabilityFlagsKHR
impl Eq for VideoDecodeCapabilityFlagsKHR
impl StructuralPartialEq for VideoDecodeCapabilityFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeCapabilityFlagsKHR
impl RefUnwindSafe for VideoDecodeCapabilityFlagsKHR
impl Send for VideoDecodeCapabilityFlagsKHR
impl Sync for VideoDecodeCapabilityFlagsKHR
impl Unpin for VideoDecodeCapabilityFlagsKHR
impl UnwindSafe for VideoDecodeCapabilityFlagsKHR
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