#[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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)