#[repr(C)]pub struct PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub video_encode_rgb_conversion: u32,
}Expand description
VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
Provided by VK_VALVE_video_encode_rgb_conversion.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_ENCODE_RGB_CONVERSION_FEATURES_VALVE.
p_next: *mut c_voidOptional, may be null.
video_encode_rgb_conversion: u32Implementations§
Source§impl PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
impl PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
Sourcepub fn builder<'a>() -> PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVEBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVEBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
impl Clone for PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
Source§fn clone(&self) -> PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
fn clone(&self) -> PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
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 moreimpl Copy for PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
impl ExtendsDeviceCreateInfo for PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
Auto Trait Implementations§
impl Freeze for PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
impl RefUnwindSafe for PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
impl !Send for PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
impl !Sync for PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
impl Unpin for PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
impl UnsafeUnpin for PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
impl UnwindSafe for PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
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