pub struct VideoEncodeRgbModelConversionFlagBitsVALVE(/* private fields */);Expand description
Implementations§
Source§impl VideoEncodeRgbModelConversionFlagBitsVALVE
impl VideoEncodeRgbModelConversionFlagBitsVALVE
Sourcepub const RGB_IDENTITY_BIT: VideoEncodeRgbModelConversionFlagBitsVALVE
pub const RGB_IDENTITY_BIT: VideoEncodeRgbModelConversionFlagBitsVALVE
Bit 0.
Sourcepub const YCBCR_IDENTITY_BIT: VideoEncodeRgbModelConversionFlagBitsVALVE
pub const YCBCR_IDENTITY_BIT: VideoEncodeRgbModelConversionFlagBitsVALVE
Bit 1.
Sourcepub const YCBCR_709_BIT: VideoEncodeRgbModelConversionFlagBitsVALVE
pub const YCBCR_709_BIT: VideoEncodeRgbModelConversionFlagBitsVALVE
Bit 2.
Sourcepub const YCBCR_601_BIT: VideoEncodeRgbModelConversionFlagBitsVALVE
pub const YCBCR_601_BIT: VideoEncodeRgbModelConversionFlagBitsVALVE
Bit 3.
Sourcepub const YCBCR_2020_BIT: VideoEncodeRgbModelConversionFlagBitsVALVE
pub const YCBCR_2020_BIT: VideoEncodeRgbModelConversionFlagBitsVALVE
Bit 4.
pub const fn empty() -> VideoEncodeRgbModelConversionFlagBitsVALVE
pub const fn from_raw(value: u32) -> VideoEncodeRgbModelConversionFlagBitsVALVE
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains( self, other: VideoEncodeRgbModelConversionFlagBitsVALVE, ) -> bool
pub const fn all() -> VideoEncodeRgbModelConversionFlagBitsVALVE
Trait Implementations§
Source§impl BitAnd for VideoEncodeRgbModelConversionFlagBitsVALVE
impl BitAnd for VideoEncodeRgbModelConversionFlagBitsVALVE
Source§type Output = VideoEncodeRgbModelConversionFlagBitsVALVE
type Output = VideoEncodeRgbModelConversionFlagBitsVALVE
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: VideoEncodeRgbModelConversionFlagBitsVALVE,
) -> VideoEncodeRgbModelConversionFlagBitsVALVE
fn bitand( self, rhs: VideoEncodeRgbModelConversionFlagBitsVALVE, ) -> VideoEncodeRgbModelConversionFlagBitsVALVE
Performs the
& operation. Read moreSource§impl BitAndAssign for VideoEncodeRgbModelConversionFlagBitsVALVE
impl BitAndAssign for VideoEncodeRgbModelConversionFlagBitsVALVE
Source§fn bitand_assign(&mut self, rhs: VideoEncodeRgbModelConversionFlagBitsVALVE)
fn bitand_assign(&mut self, rhs: VideoEncodeRgbModelConversionFlagBitsVALVE)
Performs the
&= operation. Read moreSource§impl BitOr for VideoEncodeRgbModelConversionFlagBitsVALVE
impl BitOr for VideoEncodeRgbModelConversionFlagBitsVALVE
Source§type Output = VideoEncodeRgbModelConversionFlagBitsVALVE
type Output = VideoEncodeRgbModelConversionFlagBitsVALVE
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: VideoEncodeRgbModelConversionFlagBitsVALVE,
) -> VideoEncodeRgbModelConversionFlagBitsVALVE
fn bitor( self, rhs: VideoEncodeRgbModelConversionFlagBitsVALVE, ) -> VideoEncodeRgbModelConversionFlagBitsVALVE
Performs the
| operation. Read moreSource§impl BitOrAssign for VideoEncodeRgbModelConversionFlagBitsVALVE
impl BitOrAssign for VideoEncodeRgbModelConversionFlagBitsVALVE
Source§fn bitor_assign(&mut self, rhs: VideoEncodeRgbModelConversionFlagBitsVALVE)
fn bitor_assign(&mut self, rhs: VideoEncodeRgbModelConversionFlagBitsVALVE)
Performs the
|= operation. Read moreSource§impl BitXor for VideoEncodeRgbModelConversionFlagBitsVALVE
impl BitXor for VideoEncodeRgbModelConversionFlagBitsVALVE
Source§type Output = VideoEncodeRgbModelConversionFlagBitsVALVE
type Output = VideoEncodeRgbModelConversionFlagBitsVALVE
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: VideoEncodeRgbModelConversionFlagBitsVALVE,
) -> VideoEncodeRgbModelConversionFlagBitsVALVE
fn bitxor( self, rhs: VideoEncodeRgbModelConversionFlagBitsVALVE, ) -> VideoEncodeRgbModelConversionFlagBitsVALVE
Performs the
^ operation. Read moreSource§impl BitXorAssign for VideoEncodeRgbModelConversionFlagBitsVALVE
impl BitXorAssign for VideoEncodeRgbModelConversionFlagBitsVALVE
Source§fn bitxor_assign(&mut self, rhs: VideoEncodeRgbModelConversionFlagBitsVALVE)
fn bitxor_assign(&mut self, rhs: VideoEncodeRgbModelConversionFlagBitsVALVE)
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 Not for VideoEncodeRgbModelConversionFlagBitsVALVE
impl Not for VideoEncodeRgbModelConversionFlagBitsVALVE
Source§type Output = VideoEncodeRgbModelConversionFlagBitsVALVE
type Output = VideoEncodeRgbModelConversionFlagBitsVALVE
The resulting type after applying the
! operator.Source§fn not(self) -> VideoEncodeRgbModelConversionFlagBitsVALVE
fn not(self) -> VideoEncodeRgbModelConversionFlagBitsVALVE
Performs the unary
! operation. Read moreSource§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