#[repr(C)]pub struct VideoEncodeProfileRgbConversionInfoVALVE {
pub s_type: StructureType,
pub next: *const c_void,
pub perform_encode_rgb_conversion: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§perform_encode_rgb_conversion: Bool32Trait Implementations§
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 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 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