#[repr(transparent)]pub struct VideoComponentBitDepthFlagsKHR(_);Expand description
Implementations
sourceimpl VideoComponentBitDepthFlagsKHR
impl VideoComponentBitDepthFlagsKHR
pub const fn empty() -> VideoComponentBitDepthFlagsKHR
pub const fn from_raw(x: u32) -> VideoComponentBitDepthFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: VideoComponentBitDepthFlagsKHR) -> bool
sourcepub const fn contains(self, other: VideoComponentBitDepthFlagsKHR) -> bool
pub const fn contains(self, other: VideoComponentBitDepthFlagsKHR) -> bool
Returns whether other is a subset of self
sourceimpl VideoComponentBitDepthFlagsKHR
impl VideoComponentBitDepthFlagsKHR
pub const INVALID: VideoComponentBitDepthFlagsKHR = Self(0)
pub const TYPE_8: VideoComponentBitDepthFlagsKHR = Self(1)
pub const TYPE_10: VideoComponentBitDepthFlagsKHR = Self(4)
pub const TYPE_12: VideoComponentBitDepthFlagsKHR = Self(16)
Trait Implementations
sourceimpl BitAnd<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl BitAnd<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
The resulting type after applying the & operator.
sourcefn bitand(
self,
rhs: VideoComponentBitDepthFlagsKHR
) -> VideoComponentBitDepthFlagsKHR
fn bitand(
self,
rhs: VideoComponentBitDepthFlagsKHR
) -> VideoComponentBitDepthFlagsKHR
Performs the & operation. Read more
sourceimpl BitAndAssign<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl BitAndAssign<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
sourcefn bitand_assign(&mut self, rhs: VideoComponentBitDepthFlagsKHR)
fn bitand_assign(&mut self, rhs: VideoComponentBitDepthFlagsKHR)
Performs the &= operation. Read more
sourceimpl BitOr<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl BitOr<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
The resulting type after applying the | operator.
sourcefn bitor(
self,
rhs: VideoComponentBitDepthFlagsKHR
) -> VideoComponentBitDepthFlagsKHR
fn bitor(
self,
rhs: VideoComponentBitDepthFlagsKHR
) -> VideoComponentBitDepthFlagsKHR
Performs the | operation. Read more
sourceimpl BitOrAssign<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl BitOrAssign<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
sourcefn bitor_assign(&mut self, rhs: VideoComponentBitDepthFlagsKHR)
fn bitor_assign(&mut self, rhs: VideoComponentBitDepthFlagsKHR)
Performs the |= operation. Read more
sourceimpl BitXor<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl BitXor<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
The resulting type after applying the ^ operator.
sourcefn bitxor(
self,
rhs: VideoComponentBitDepthFlagsKHR
) -> VideoComponentBitDepthFlagsKHR
fn bitxor(
self,
rhs: VideoComponentBitDepthFlagsKHR
) -> VideoComponentBitDepthFlagsKHR
Performs the ^ operation. Read more
sourceimpl BitXorAssign<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl BitXorAssign<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
sourcefn bitxor_assign(&mut self, rhs: VideoComponentBitDepthFlagsKHR)
fn bitxor_assign(&mut self, rhs: VideoComponentBitDepthFlagsKHR)
Performs the ^= operation. Read more
sourceimpl Clone for VideoComponentBitDepthFlagsKHR
impl Clone for VideoComponentBitDepthFlagsKHR
sourcefn clone(&self) -> VideoComponentBitDepthFlagsKHR
fn clone(&self) -> VideoComponentBitDepthFlagsKHR
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 Default for VideoComponentBitDepthFlagsKHR
impl Default for VideoComponentBitDepthFlagsKHR
sourcefn default() -> VideoComponentBitDepthFlagsKHR
fn default() -> VideoComponentBitDepthFlagsKHR
Returns the “default value” for a type. Read more
sourceimpl Hash for VideoComponentBitDepthFlagsKHR
impl Hash for VideoComponentBitDepthFlagsKHR
sourceimpl Not for VideoComponentBitDepthFlagsKHR
impl Not for VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
The resulting type after applying the ! operator.
sourcefn not(self) -> VideoComponentBitDepthFlagsKHR
fn not(self) -> VideoComponentBitDepthFlagsKHR
Performs the unary ! operation. Read more
sourceimpl Ord for VideoComponentBitDepthFlagsKHR
impl Ord for VideoComponentBitDepthFlagsKHR
sourceimpl PartialEq<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl PartialEq<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
sourcefn eq(&self, other: &VideoComponentBitDepthFlagsKHR) -> bool
fn eq(&self, other: &VideoComponentBitDepthFlagsKHR) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &VideoComponentBitDepthFlagsKHR) -> bool
fn ne(&self, other: &VideoComponentBitDepthFlagsKHR) -> bool
This method tests for !=.
sourceimpl PartialOrd<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl PartialOrd<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
sourcefn partial_cmp(
&self,
other: &VideoComponentBitDepthFlagsKHR
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &VideoComponentBitDepthFlagsKHR
) -> 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 VideoComponentBitDepthFlagsKHR
impl Eq for VideoComponentBitDepthFlagsKHR
impl StructuralEq for VideoComponentBitDepthFlagsKHR
impl StructuralPartialEq for VideoComponentBitDepthFlagsKHR
Auto Trait Implementations
impl RefUnwindSafe for VideoComponentBitDepthFlagsKHR
impl Send for VideoComponentBitDepthFlagsKHR
impl Sync for VideoComponentBitDepthFlagsKHR
impl Unpin for VideoComponentBitDepthFlagsKHR
impl UnwindSafe for VideoComponentBitDepthFlagsKHR
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