Struct ash::vk::PhysicalDeviceProtectedMemoryFeatures  
source · #[repr(C)]pub struct PhysicalDeviceProtectedMemoryFeatures {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub protected_memory: Bool32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§protected_memory: Bool32Implementations§
source§impl PhysicalDeviceProtectedMemoryFeatures
 
impl PhysicalDeviceProtectedMemoryFeatures
pub fn builder<'a>() -> PhysicalDeviceProtectedMemoryFeaturesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceProtectedMemoryFeatures
 
impl Clone for PhysicalDeviceProtectedMemoryFeatures
source§fn clone(&self) -> PhysicalDeviceProtectedMemoryFeatures
 
fn clone(&self) -> PhysicalDeviceProtectedMemoryFeatures
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