#[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 Cast for VideoEncodeRgbConversionCapabilitiesVALVE
impl Cast for VideoEncodeRgbConversionCapabilitiesVALVE
Source§type Target = VideoEncodeRgbConversionCapabilitiesVALVE
type Target = VideoEncodeRgbConversionCapabilitiesVALVE
The other type this type can be used interchangeably with in FFI.
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 Default for VideoEncodeRgbConversionCapabilitiesVALVE
impl Default for VideoEncodeRgbConversionCapabilitiesVALVE
Source§fn default() -> VideoEncodeRgbConversionCapabilitiesVALVE
fn default() -> VideoEncodeRgbConversionCapabilitiesVALVE
Returns the “default value” for a type. Read more
Source§impl HasBuilder<'static> for VideoEncodeRgbConversionCapabilitiesVALVE
impl HasBuilder<'static> for VideoEncodeRgbConversionCapabilitiesVALVE
Source§impl InputChainStruct for VideoEncodeRgbConversionCapabilitiesVALVE
impl InputChainStruct for VideoEncodeRgbConversionCapabilitiesVALVE
Source§const TYPE: StructureType = StructureType::VIDEO_ENCODE_RGB_CONVERSION_CAPABILITIES_VALVE
const TYPE: StructureType = StructureType::VIDEO_ENCODE_RGB_CONVERSION_CAPABILITIES_VALVE
The structure type for this struct type.
Source§fn s_type(&self) -> StructureType
fn s_type(&self) -> StructureType
The structure type for this struct.
Source§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 ExtendsVideoCapabilitiesKHR 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