pub type PhysicalDeviceMaintenance4FeaturesKHR = PhysicalDeviceMaintenance4Features;
Aliased Type§
struct PhysicalDeviceMaintenance4FeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub maintenance4: u32,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§maintenance4: u32
Implementations
Source§impl PhysicalDeviceMaintenance4Features
impl PhysicalDeviceMaintenance4Features
pub fn builder<'a>() -> PhysicalDeviceMaintenance4FeaturesBuilder<'a>
Trait Implementations
Source§impl Clone for PhysicalDeviceMaintenance4Features
impl Clone for PhysicalDeviceMaintenance4Features
Source§fn clone(&self) -> PhysicalDeviceMaintenance4Features
fn clone(&self) -> PhysicalDeviceMaintenance4Features
Returns a copy 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 more