pub struct VideoEncodeRgbModelConversionFlagsVALVE(/* private fields */);Expand description
Implementations§
Source§impl VideoEncodeRgbModelConversionFlagsVALVE
impl VideoEncodeRgbModelConversionFlagsVALVE
Source§impl VideoEncodeRgbModelConversionFlagsVALVE
impl VideoEncodeRgbModelConversionFlagsVALVE
pub const RGB_IDENTITY: Self
pub const YCBCR_IDENTITY: Self
pub const YCBCR_709: Self
pub const YCBCR_601: Self
pub const YCBCR_2020: Self
Trait Implementations§
Source§impl BitAndAssign for VideoEncodeRgbModelConversionFlagsVALVE
impl BitAndAssign for VideoEncodeRgbModelConversionFlagsVALVE
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for VideoEncodeRgbModelConversionFlagsVALVE
impl BitOrAssign for VideoEncodeRgbModelConversionFlagsVALVE
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for VideoEncodeRgbModelConversionFlagsVALVE
impl BitXorAssign for VideoEncodeRgbModelConversionFlagsVALVE
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for VideoEncodeRgbModelConversionFlagsVALVE
impl Clone for VideoEncodeRgbModelConversionFlagsVALVE
Source§fn clone(&self) -> VideoEncodeRgbModelConversionFlagsVALVE
fn clone(&self) -> VideoEncodeRgbModelConversionFlagsVALVE
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 Debug for VideoEncodeRgbModelConversionFlagsVALVE
Available on crate feature debug only.
impl Debug for VideoEncodeRgbModelConversionFlagsVALVE
Available on crate feature
debug only.Source§impl Ord for VideoEncodeRgbModelConversionFlagsVALVE
impl Ord for VideoEncodeRgbModelConversionFlagsVALVE
Source§fn cmp(&self, other: &VideoEncodeRgbModelConversionFlagsVALVE) -> Ordering
fn cmp(&self, other: &VideoEncodeRgbModelConversionFlagsVALVE) -> 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 VideoEncodeRgbModelConversionFlagsVALVE
impl PartialEq for VideoEncodeRgbModelConversionFlagsVALVE
Source§fn eq(&self, other: &VideoEncodeRgbModelConversionFlagsVALVE) -> bool
fn eq(&self, other: &VideoEncodeRgbModelConversionFlagsVALVE) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoEncodeRgbModelConversionFlagsVALVE
impl PartialOrd for VideoEncodeRgbModelConversionFlagsVALVE
impl Copy for VideoEncodeRgbModelConversionFlagsVALVE
impl Eq for VideoEncodeRgbModelConversionFlagsVALVE
impl StructuralPartialEq for VideoEncodeRgbModelConversionFlagsVALVE
Auto Trait Implementations§
impl Freeze for VideoEncodeRgbModelConversionFlagsVALVE
impl RefUnwindSafe for VideoEncodeRgbModelConversionFlagsVALVE
impl Send for VideoEncodeRgbModelConversionFlagsVALVE
impl Sync for VideoEncodeRgbModelConversionFlagsVALVE
impl Unpin for VideoEncodeRgbModelConversionFlagsVALVE
impl UnwindSafe for VideoEncodeRgbModelConversionFlagsVALVE
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