Struct ash::vk::PhysicalDeviceProtectedMemoryProperties
source · #[repr(C)]pub struct PhysicalDeviceProtectedMemoryProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub protected_no_fault: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§protected_no_fault: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceProtectedMemoryProperties
impl Clone for PhysicalDeviceProtectedMemoryProperties
source§fn clone(&self) -> PhysicalDeviceProtectedMemoryProperties
fn clone(&self) -> PhysicalDeviceProtectedMemoryProperties
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 moresource§impl TaggedStructure for PhysicalDeviceProtectedMemoryProperties
impl TaggedStructure for PhysicalDeviceProtectedMemoryProperties
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PROTECTED_MEMORY_PROPERTIES
impl Copy for PhysicalDeviceProtectedMemoryProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceProtectedMemoryProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceProtectedMemoryProperties
impl RefUnwindSafe for PhysicalDeviceProtectedMemoryProperties
impl !Send for PhysicalDeviceProtectedMemoryProperties
impl !Sync for PhysicalDeviceProtectedMemoryProperties
impl Unpin for PhysicalDeviceProtectedMemoryProperties
impl UnwindSafe for PhysicalDeviceProtectedMemoryProperties
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