pub struct VideoDecodeCapabilityFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoDecodeCapabilityFlagBitsKHR
impl VideoDecodeCapabilityFlagBitsKHR
Sourcepub const DPB_AND_OUTPUT_COINCIDE: Self
pub const DPB_AND_OUTPUT_COINCIDE: Self
Bit 0.
Sourcepub const DPB_AND_OUTPUT_DISTINCT: Self
pub const DPB_AND_OUTPUT_DISTINCT: Self
Bit 1.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAndAssign for VideoDecodeCapabilityFlagBitsKHR
impl BitAndAssign for VideoDecodeCapabilityFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for VideoDecodeCapabilityFlagBitsKHR
impl BitOrAssign for VideoDecodeCapabilityFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for VideoDecodeCapabilityFlagBitsKHR
impl BitXorAssign for VideoDecodeCapabilityFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for VideoDecodeCapabilityFlagBitsKHR
impl Clone for VideoDecodeCapabilityFlagBitsKHR
Source§fn clone(&self) -> VideoDecodeCapabilityFlagBitsKHR
fn clone(&self) -> VideoDecodeCapabilityFlagBitsKHR
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 Default for VideoDecodeCapabilityFlagBitsKHR
impl Default for VideoDecodeCapabilityFlagBitsKHR
Source§fn default() -> VideoDecodeCapabilityFlagBitsKHR
fn default() -> VideoDecodeCapabilityFlagBitsKHR
Returns the “default value” for a type. Read more
Source§impl Ord for VideoDecodeCapabilityFlagBitsKHR
impl Ord for VideoDecodeCapabilityFlagBitsKHR
Source§fn cmp(&self, other: &VideoDecodeCapabilityFlagBitsKHR) -> Ordering
fn cmp(&self, other: &VideoDecodeCapabilityFlagBitsKHR) -> 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 VideoDecodeCapabilityFlagBitsKHR
impl PartialEq for VideoDecodeCapabilityFlagBitsKHR
Source§fn eq(&self, other: &VideoDecodeCapabilityFlagBitsKHR) -> bool
fn eq(&self, other: &VideoDecodeCapabilityFlagBitsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoDecodeCapabilityFlagBitsKHR
impl PartialOrd for VideoDecodeCapabilityFlagBitsKHR
impl Copy for VideoDecodeCapabilityFlagBitsKHR
impl Eq for VideoDecodeCapabilityFlagBitsKHR
impl StructuralPartialEq for VideoDecodeCapabilityFlagBitsKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeCapabilityFlagBitsKHR
impl RefUnwindSafe for VideoDecodeCapabilityFlagBitsKHR
impl Send for VideoDecodeCapabilityFlagBitsKHR
impl Sync for VideoDecodeCapabilityFlagBitsKHR
impl Unpin for VideoDecodeCapabilityFlagBitsKHR
impl UnsafeUnpin for VideoDecodeCapabilityFlagBitsKHR
impl UnwindSafe for VideoDecodeCapabilityFlagBitsKHR
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