#[repr(C)]pub struct VideoEncodeProfileRgbConversionInfoVALVE {
pub s_type: StructureType,
pub p_next: *const c_void,
pub perform_encode_rgb_conversion: u32,
}Expand description
VkVideoEncodeProfileRgbConversionInfoVALVE
Provided by VK_VALVE_video_encode_rgb_conversion.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_ENCODE_PROFILE_RGB_CONVERSION_INFO_VALVE.
p_next: *const c_voidOptional, may be null.
perform_encode_rgb_conversion: u32Implementations§
Source§impl VideoEncodeProfileRgbConversionInfoVALVE
impl VideoEncodeProfileRgbConversionInfoVALVE
Sourcepub fn builder<'a>() -> VideoEncodeProfileRgbConversionInfoVALVEBuilder<'a>
pub fn builder<'a>() -> VideoEncodeProfileRgbConversionInfoVALVEBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait 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 Default for VideoEncodeProfileRgbConversionInfoVALVE
impl Default for VideoEncodeProfileRgbConversionInfoVALVE
Source§fn default() -> VideoEncodeProfileRgbConversionInfoVALVE
fn default() -> VideoEncodeProfileRgbConversionInfoVALVE
Returns the “default value” for a type. Read more
impl Copy for VideoEncodeProfileRgbConversionInfoVALVE
impl ExtendsVideoProfileInfoKHR for VideoEncodeProfileRgbConversionInfoVALVE
Auto Trait Implementations§
impl Freeze for VideoEncodeProfileRgbConversionInfoVALVE
impl RefUnwindSafe for VideoEncodeProfileRgbConversionInfoVALVE
impl !Send for VideoEncodeProfileRgbConversionInfoVALVE
impl !Sync for VideoEncodeProfileRgbConversionInfoVALVE
impl Unpin for VideoEncodeProfileRgbConversionInfoVALVE
impl UnsafeUnpin 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