#[repr(C)]pub struct VideoEncodeProfileRgbConversionInfoVALVE {
pub s_type: StructureType,
pub next: *const c_void,
pub perform_encode_rgb_conversion: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§perform_encode_rgb_conversion: u32Trait Implementations§
Source§impl Cast for VideoEncodeProfileRgbConversionInfoVALVE
impl Cast for VideoEncodeProfileRgbConversionInfoVALVE
Source§type Target = VideoEncodeProfileRgbConversionInfoVALVE
type Target = VideoEncodeProfileRgbConversionInfoVALVE
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for VideoEncodeProfileRgbConversionInfoVALVE
impl Clone for VideoEncodeProfileRgbConversionInfoVALVE
Source§fn clone(&self) -> VideoEncodeProfileRgbConversionInfoVALVE
fn clone(&self) -> VideoEncodeProfileRgbConversionInfoVALVE
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 VideoEncodeProfileRgbConversionInfoVALVE
impl Default for VideoEncodeProfileRgbConversionInfoVALVE
Source§fn default() -> VideoEncodeProfileRgbConversionInfoVALVE
fn default() -> VideoEncodeProfileRgbConversionInfoVALVE
Returns the “default value” for a type. Read more
Source§impl HasBuilder<'static> for VideoEncodeProfileRgbConversionInfoVALVE
impl HasBuilder<'static> for VideoEncodeProfileRgbConversionInfoVALVE
Source§impl InputChainStruct for VideoEncodeProfileRgbConversionInfoVALVE
impl InputChainStruct for VideoEncodeProfileRgbConversionInfoVALVE
Source§const TYPE: StructureType = StructureType::VIDEO_ENCODE_PROFILE_RGB_CONVERSION_INFO_VALVE
const TYPE: StructureType = StructureType::VIDEO_ENCODE_PROFILE_RGB_CONVERSION_INFO_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 VideoEncodeProfileRgbConversionInfoVALVE
impl PartialEq for VideoEncodeProfileRgbConversionInfoVALVE
Source§fn eq(&self, other: &VideoEncodeProfileRgbConversionInfoVALVE) -> bool
fn eq(&self, other: &VideoEncodeProfileRgbConversionInfoVALVE) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoEncodeProfileRgbConversionInfoVALVE
impl Eq for VideoEncodeProfileRgbConversionInfoVALVE
impl ExtendsVideoProfileInfoKHR for VideoEncodeProfileRgbConversionInfoVALVE
impl Send for VideoEncodeProfileRgbConversionInfoVALVE
impl StructuralPartialEq for VideoEncodeProfileRgbConversionInfoVALVE
impl Sync for VideoEncodeProfileRgbConversionInfoVALVE
Auto Trait Implementations§
impl Freeze for VideoEncodeProfileRgbConversionInfoVALVE
impl RefUnwindSafe for VideoEncodeProfileRgbConversionInfoVALVE
impl Unpin for VideoEncodeProfileRgbConversionInfoVALVE
impl UnwindSafe for VideoEncodeProfileRgbConversionInfoVALVE
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