#[repr(C)]pub struct VkPhysicalDeviceMaintenance10PropertiesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub rgba4OpaqueBlackSwizzled: VkBool32,
pub resolveSrgbFormatAppliesTransferFunction: VkBool32,
pub resolveSrgbFormatSupportsTransferFunctionControl: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§rgba4OpaqueBlackSwizzled: VkBool32§resolveSrgbFormatAppliesTransferFunction: VkBool32§resolveSrgbFormatSupportsTransferFunctionControl: VkBool32Trait Implementations§
Source§impl Clone for VkPhysicalDeviceMaintenance10PropertiesKHR
impl Clone for VkPhysicalDeviceMaintenance10PropertiesKHR
Source§fn clone(&self) -> VkPhysicalDeviceMaintenance10PropertiesKHR
fn clone(&self) -> VkPhysicalDeviceMaintenance10PropertiesKHR
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 VkPhysicalDeviceMaintenance10PropertiesKHR
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceMaintenance10PropertiesKHR
impl RefUnwindSafe for VkPhysicalDeviceMaintenance10PropertiesKHR
impl !Send for VkPhysicalDeviceMaintenance10PropertiesKHR
impl !Sync for VkPhysicalDeviceMaintenance10PropertiesKHR
impl Unpin for VkPhysicalDeviceMaintenance10PropertiesKHR
impl UnwindSafe for VkPhysicalDeviceMaintenance10PropertiesKHR
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