#[repr(C)]pub struct PhysicalDeviceProtectedMemoryProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub protected_no_fault: u32,
}Expand description
VkPhysicalDeviceProtectedMemoryProperties
Provided by VK_BASE_VERSION_1_1.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
protected_no_fault: u32Implementations§
Source§impl PhysicalDeviceProtectedMemoryProperties
impl PhysicalDeviceProtectedMemoryProperties
Sourcepub fn builder<'a>() -> PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceProtectedMemoryProperties
impl Clone for PhysicalDeviceProtectedMemoryProperties
Source§fn clone(&self) -> PhysicalDeviceProtectedMemoryProperties
fn clone(&self) -> PhysicalDeviceProtectedMemoryProperties
Returns a duplicate 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 Default for PhysicalDeviceProtectedMemoryProperties
impl Default for PhysicalDeviceProtectedMemoryProperties
Source§fn default() -> PhysicalDeviceProtectedMemoryProperties
fn default() -> PhysicalDeviceProtectedMemoryProperties
Returns the “default value” for a type. Read more
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 UnsafeUnpin 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