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