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