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