pub struct VideoDecodeCapabilityFlagsKHR(/* private fields */);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 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 duplicate 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
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoDecodeCapabilityFlagsKHR
 
impl PartialOrd for VideoDecodeCapabilityFlagsKHR
impl 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