pub struct VideoComponentBitDepthFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoComponentBitDepthFlagBitsKHR
impl VideoComponentBitDepthFlagBitsKHR
pub const INVALID: VideoComponentBitDepthFlagBitsKHR
Sourcepub const _8: VideoComponentBitDepthFlagBitsKHR
pub const _8: VideoComponentBitDepthFlagBitsKHR
Bit 0.
Sourcepub const _10: VideoComponentBitDepthFlagBitsKHR
pub const _10: VideoComponentBitDepthFlagBitsKHR
Bit 2.
Sourcepub const _12: VideoComponentBitDepthFlagBitsKHR
pub const _12: VideoComponentBitDepthFlagBitsKHR
Bit 4.
pub const fn empty() -> VideoComponentBitDepthFlagBitsKHR
pub const fn from_raw(value: u32) -> VideoComponentBitDepthFlagBitsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: VideoComponentBitDepthFlagBitsKHR) -> bool
pub const fn all() -> VideoComponentBitDepthFlagBitsKHR
Trait Implementations§
Source§impl BitAnd for VideoComponentBitDepthFlagBitsKHR
impl BitAnd for VideoComponentBitDepthFlagBitsKHR
Source§type Output = VideoComponentBitDepthFlagBitsKHR
type Output = VideoComponentBitDepthFlagBitsKHR
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: VideoComponentBitDepthFlagBitsKHR,
) -> VideoComponentBitDepthFlagBitsKHR
fn bitand( self, rhs: VideoComponentBitDepthFlagBitsKHR, ) -> VideoComponentBitDepthFlagBitsKHR
Performs the
& operation. Read moreSource§impl BitAndAssign for VideoComponentBitDepthFlagBitsKHR
impl BitAndAssign for VideoComponentBitDepthFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: VideoComponentBitDepthFlagBitsKHR)
fn bitand_assign(&mut self, rhs: VideoComponentBitDepthFlagBitsKHR)
Performs the
&= operation. Read moreSource§impl BitOr for VideoComponentBitDepthFlagBitsKHR
impl BitOr for VideoComponentBitDepthFlagBitsKHR
Source§type Output = VideoComponentBitDepthFlagBitsKHR
type Output = VideoComponentBitDepthFlagBitsKHR
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: VideoComponentBitDepthFlagBitsKHR,
) -> VideoComponentBitDepthFlagBitsKHR
fn bitor( self, rhs: VideoComponentBitDepthFlagBitsKHR, ) -> VideoComponentBitDepthFlagBitsKHR
Performs the
| operation. Read moreSource§impl BitOrAssign for VideoComponentBitDepthFlagBitsKHR
impl BitOrAssign for VideoComponentBitDepthFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: VideoComponentBitDepthFlagBitsKHR)
fn bitor_assign(&mut self, rhs: VideoComponentBitDepthFlagBitsKHR)
Performs the
|= operation. Read moreSource§impl BitXor for VideoComponentBitDepthFlagBitsKHR
impl BitXor for VideoComponentBitDepthFlagBitsKHR
Source§type Output = VideoComponentBitDepthFlagBitsKHR
type Output = VideoComponentBitDepthFlagBitsKHR
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: VideoComponentBitDepthFlagBitsKHR,
) -> VideoComponentBitDepthFlagBitsKHR
fn bitxor( self, rhs: VideoComponentBitDepthFlagBitsKHR, ) -> VideoComponentBitDepthFlagBitsKHR
Performs the
^ operation. Read moreSource§impl BitXorAssign for VideoComponentBitDepthFlagBitsKHR
impl BitXorAssign for VideoComponentBitDepthFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: VideoComponentBitDepthFlagBitsKHR)
fn bitxor_assign(&mut self, rhs: VideoComponentBitDepthFlagBitsKHR)
Performs the
^= operation. Read moreSource§impl Clone for VideoComponentBitDepthFlagBitsKHR
impl Clone for VideoComponentBitDepthFlagBitsKHR
Source§fn clone(&self) -> VideoComponentBitDepthFlagBitsKHR
fn clone(&self) -> VideoComponentBitDepthFlagBitsKHR
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 VideoComponentBitDepthFlagBitsKHR
impl Default for VideoComponentBitDepthFlagBitsKHR
Source§fn default() -> VideoComponentBitDepthFlagBitsKHR
fn default() -> VideoComponentBitDepthFlagBitsKHR
Returns the “default value” for a type. Read more
Source§impl Not for VideoComponentBitDepthFlagBitsKHR
impl Not for VideoComponentBitDepthFlagBitsKHR
Source§type Output = VideoComponentBitDepthFlagBitsKHR
type Output = VideoComponentBitDepthFlagBitsKHR
The resulting type after applying the
! operator.Source§fn not(self) -> VideoComponentBitDepthFlagBitsKHR
fn not(self) -> VideoComponentBitDepthFlagBitsKHR
Performs the unary
! operation. Read moreSource§impl Ord for VideoComponentBitDepthFlagBitsKHR
impl Ord for VideoComponentBitDepthFlagBitsKHR
Source§fn cmp(&self, other: &VideoComponentBitDepthFlagBitsKHR) -> Ordering
fn cmp(&self, other: &VideoComponentBitDepthFlagBitsKHR) -> 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 VideoComponentBitDepthFlagBitsKHR
impl PartialEq for VideoComponentBitDepthFlagBitsKHR
Source§fn eq(&self, other: &VideoComponentBitDepthFlagBitsKHR) -> bool
fn eq(&self, other: &VideoComponentBitDepthFlagBitsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoComponentBitDepthFlagBitsKHR
impl PartialOrd for VideoComponentBitDepthFlagBitsKHR
impl Copy for VideoComponentBitDepthFlagBitsKHR
impl Eq for VideoComponentBitDepthFlagBitsKHR
impl StructuralPartialEq for VideoComponentBitDepthFlagBitsKHR
Auto Trait Implementations§
impl Freeze for VideoComponentBitDepthFlagBitsKHR
impl RefUnwindSafe for VideoComponentBitDepthFlagBitsKHR
impl Send for VideoComponentBitDepthFlagBitsKHR
impl Sync for VideoComponentBitDepthFlagBitsKHR
impl Unpin for VideoComponentBitDepthFlagBitsKHR
impl UnsafeUnpin for VideoComponentBitDepthFlagBitsKHR
impl UnwindSafe for VideoComponentBitDepthFlagBitsKHR
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