#[repr(C)]pub struct VideoEncodeRgbConversionCapabilitiesVALVE {
pub s_type: StructureType,
pub next: *mut c_void,
pub rgb_models: VideoEncodeRgbModelConversionFlagsVALVE,
pub rgb_ranges: VideoEncodeRgbRangeCompressionFlagsVALVE,
pub x_chroma_offsets: VideoEncodeRgbChromaOffsetFlagsVALVE,
pub y_chroma_offsets: VideoEncodeRgbChromaOffsetFlagsVALVE,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§rgb_models: VideoEncodeRgbModelConversionFlagsVALVE§rgb_ranges: VideoEncodeRgbRangeCompressionFlagsVALVE§x_chroma_offsets: VideoEncodeRgbChromaOffsetFlagsVALVE§y_chroma_offsets: VideoEncodeRgbChromaOffsetFlagsVALVETrait Implementations§
Source§impl Clone for VideoEncodeRgbConversionCapabilitiesVALVE
impl Clone for VideoEncodeRgbConversionCapabilitiesVALVE
Source§fn clone(&self) -> VideoEncodeRgbConversionCapabilitiesVALVE
fn clone(&self) -> VideoEncodeRgbConversionCapabilitiesVALVE
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 PartialEq for VideoEncodeRgbConversionCapabilitiesVALVE
impl PartialEq for VideoEncodeRgbConversionCapabilitiesVALVE
Source§fn eq(&self, other: &VideoEncodeRgbConversionCapabilitiesVALVE) -> bool
fn eq(&self, other: &VideoEncodeRgbConversionCapabilitiesVALVE) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoEncodeRgbConversionCapabilitiesVALVE
impl Eq for VideoEncodeRgbConversionCapabilitiesVALVE
impl Send for VideoEncodeRgbConversionCapabilitiesVALVE
impl StructuralPartialEq for VideoEncodeRgbConversionCapabilitiesVALVE
impl Sync for VideoEncodeRgbConversionCapabilitiesVALVE
Auto Trait Implementations§
impl Freeze for VideoEncodeRgbConversionCapabilitiesVALVE
impl RefUnwindSafe for VideoEncodeRgbConversionCapabilitiesVALVE
impl Unpin for VideoEncodeRgbConversionCapabilitiesVALVE
impl UnwindSafe for VideoEncodeRgbConversionCapabilitiesVALVE
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