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