pub struct VideoComponentBitDepthFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoComponentBitDepthFlagBitsKHR
impl VideoComponentBitDepthFlagBitsKHR
Trait Implementations§
Source§impl BitAndAssign for VideoComponentBitDepthFlagBitsKHR
impl BitAndAssign for VideoComponentBitDepthFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for VideoComponentBitDepthFlagBitsKHR
impl BitOrAssign for VideoComponentBitDepthFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for VideoComponentBitDepthFlagBitsKHR
impl BitXorAssign for VideoComponentBitDepthFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
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 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