#[repr(C)]pub struct PhysicalDeviceMaintenance10PropertiesKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub rgba4_opaque_black_swizzled: Bool32,
pub resolve_srgb_format_applies_transfer_function: Bool32,
pub resolve_srgb_format_supports_transfer_function_control: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§rgba4_opaque_black_swizzled: Bool32§resolve_srgb_format_applies_transfer_function: Bool32§resolve_srgb_format_supports_transfer_function_control: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceMaintenance10PropertiesKHR
impl Clone for PhysicalDeviceMaintenance10PropertiesKHR
Source§fn clone(&self) -> PhysicalDeviceMaintenance10PropertiesKHR
fn clone(&self) -> PhysicalDeviceMaintenance10PropertiesKHR
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 PhysicalDeviceMaintenance10PropertiesKHR
impl PartialEq for PhysicalDeviceMaintenance10PropertiesKHR
Source§fn eq(&self, other: &PhysicalDeviceMaintenance10PropertiesKHR) -> bool
fn eq(&self, other: &PhysicalDeviceMaintenance10PropertiesKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceMaintenance10PropertiesKHR
impl Eq for PhysicalDeviceMaintenance10PropertiesKHR
impl Send for PhysicalDeviceMaintenance10PropertiesKHR
impl StructuralPartialEq for PhysicalDeviceMaintenance10PropertiesKHR
impl Sync for PhysicalDeviceMaintenance10PropertiesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMaintenance10PropertiesKHR
impl RefUnwindSafe for PhysicalDeviceMaintenance10PropertiesKHR
impl Unpin for PhysicalDeviceMaintenance10PropertiesKHR
impl UnwindSafe for PhysicalDeviceMaintenance10PropertiesKHR
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