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: Bool32
Implementations§
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 moresource§impl TaggedStructure for PhysicalDeviceProtectedMemoryFeatures
impl TaggedStructure for PhysicalDeviceProtectedMemoryFeatures
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PROTECTED_MEMORY_FEATURES
impl Copy for PhysicalDeviceProtectedMemoryFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceProtectedMemoryFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceProtectedMemoryFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceProtectedMemoryFeatures
impl RefUnwindSafe for PhysicalDeviceProtectedMemoryFeatures
impl !Send for PhysicalDeviceProtectedMemoryFeatures
impl !Sync for PhysicalDeviceProtectedMemoryFeatures
impl Unpin for PhysicalDeviceProtectedMemoryFeatures
impl UnwindSafe for PhysicalDeviceProtectedMemoryFeatures
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