#[repr(transparent)]pub struct VideoDecodeCapabilityFlagsKHR(_);Expand description
Implementations
sourceimpl VideoDecodeCapabilityFlagsKHR
impl VideoDecodeCapabilityFlagsKHR
pub const fn empty() -> VideoDecodeCapabilityFlagsKHR
pub const fn from_raw(x: u32) -> VideoDecodeCapabilityFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: VideoDecodeCapabilityFlagsKHR) -> bool
sourcepub const fn contains(self, other: VideoDecodeCapabilityFlagsKHR) -> bool
pub const fn contains(self, other: VideoDecodeCapabilityFlagsKHR) -> bool
Returns whether other is a subset of self
sourceimpl VideoDecodeCapabilityFlagsKHR
impl VideoDecodeCapabilityFlagsKHR
pub const DEFAULT: VideoDecodeCapabilityFlagsKHR = Self(0)
pub const DPB_AND_OUTPUT_COINCIDE: VideoDecodeCapabilityFlagsKHR = Self(1)
pub const DPB_AND_OUTPUT_DISTINCT: VideoDecodeCapabilityFlagsKHR = Self(2)
Trait Implementations
sourceimpl BitAnd<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitAnd<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
type Output = VideoDecodeCapabilityFlagsKHR
type Output = VideoDecodeCapabilityFlagsKHR
The resulting type after applying the & operator.
sourcefn bitand(
self,
rhs: VideoDecodeCapabilityFlagsKHR
) -> VideoDecodeCapabilityFlagsKHR
fn bitand(
self,
rhs: VideoDecodeCapabilityFlagsKHR
) -> VideoDecodeCapabilityFlagsKHR
Performs the & operation. Read more
sourceimpl BitAndAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitAndAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
sourcefn bitand_assign(&mut self, rhs: VideoDecodeCapabilityFlagsKHR)
fn bitand_assign(&mut self, rhs: VideoDecodeCapabilityFlagsKHR)
Performs the &= operation. Read more
sourceimpl BitOr<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitOr<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
type Output = VideoDecodeCapabilityFlagsKHR
type Output = VideoDecodeCapabilityFlagsKHR
The resulting type after applying the | operator.
sourcefn bitor(
self,
rhs: VideoDecodeCapabilityFlagsKHR
) -> VideoDecodeCapabilityFlagsKHR
fn bitor(
self,
rhs: VideoDecodeCapabilityFlagsKHR
) -> VideoDecodeCapabilityFlagsKHR
Performs the | operation. Read more
sourceimpl BitOrAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitOrAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
sourcefn bitor_assign(&mut self, rhs: VideoDecodeCapabilityFlagsKHR)
fn bitor_assign(&mut self, rhs: VideoDecodeCapabilityFlagsKHR)
Performs the |= operation. Read more
sourceimpl BitXor<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitXor<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
type Output = VideoDecodeCapabilityFlagsKHR
type Output = VideoDecodeCapabilityFlagsKHR
The resulting type after applying the ^ operator.
sourcefn bitxor(
self,
rhs: VideoDecodeCapabilityFlagsKHR
) -> VideoDecodeCapabilityFlagsKHR
fn bitxor(
self,
rhs: VideoDecodeCapabilityFlagsKHR
) -> VideoDecodeCapabilityFlagsKHR
Performs the ^ operation. Read more
sourceimpl BitXorAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitXorAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
sourcefn bitxor_assign(&mut self, rhs: VideoDecodeCapabilityFlagsKHR)
fn bitxor_assign(&mut self, rhs: VideoDecodeCapabilityFlagsKHR)
Performs the ^= operation. Read more
sourceimpl Clone for VideoDecodeCapabilityFlagsKHR
impl Clone for VideoDecodeCapabilityFlagsKHR
sourcefn clone(&self) -> VideoDecodeCapabilityFlagsKHR
fn clone(&self) -> VideoDecodeCapabilityFlagsKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for VideoDecodeCapabilityFlagsKHR
impl Debug for VideoDecodeCapabilityFlagsKHR
sourceimpl Default for VideoDecodeCapabilityFlagsKHR
impl Default for VideoDecodeCapabilityFlagsKHR
sourcefn default() -> VideoDecodeCapabilityFlagsKHR
fn default() -> VideoDecodeCapabilityFlagsKHR
Returns the “default value” for a type. Read more
sourceimpl Hash for VideoDecodeCapabilityFlagsKHR
impl Hash for VideoDecodeCapabilityFlagsKHR
sourceimpl Not for VideoDecodeCapabilityFlagsKHR
impl Not for VideoDecodeCapabilityFlagsKHR
type Output = VideoDecodeCapabilityFlagsKHR
type Output = VideoDecodeCapabilityFlagsKHR
The resulting type after applying the ! operator.
sourcefn not(self) -> VideoDecodeCapabilityFlagsKHR
fn not(self) -> VideoDecodeCapabilityFlagsKHR
Performs the unary ! operation. Read more
sourceimpl Ord for VideoDecodeCapabilityFlagsKHR
impl Ord for VideoDecodeCapabilityFlagsKHR
sourceimpl PartialEq<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl PartialEq<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &VideoDecodeCapabilityFlagsKHR) -> bool
fn ne(&self, other: &VideoDecodeCapabilityFlagsKHR) -> bool
This method tests for !=.
sourceimpl PartialOrd<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl PartialOrd<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
sourcefn partial_cmp(&self, other: &VideoDecodeCapabilityFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoDecodeCapabilityFlagsKHR) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for VideoDecodeCapabilityFlagsKHR
impl Eq for VideoDecodeCapabilityFlagsKHR
impl StructuralEq for VideoDecodeCapabilityFlagsKHR
impl StructuralPartialEq for VideoDecodeCapabilityFlagsKHR
Auto Trait Implementations
impl RefUnwindSafe for VideoDecodeCapabilityFlagsKHR
impl Send for VideoDecodeCapabilityFlagsKHR
impl Sync for VideoDecodeCapabilityFlagsKHR
impl Unpin for VideoDecodeCapabilityFlagsKHR
impl UnwindSafe for VideoDecodeCapabilityFlagsKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more