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