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