#[repr(C)]pub struct PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub pageable_device_local_memory: u32,
}Expand description
VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
Provided by VK_EXT_pageable_device_local_memory.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
pageable_device_local_memory: u32Implementations§
Source§impl PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl Clone for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
Source§fn clone(&self) -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
fn clone(&self) -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
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 PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl Default for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
Source§fn default() -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
fn default() -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl RefUnwindSafe for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl !Send for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl !Sync for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl Unpin for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl UnsafeUnpin for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl UnwindSafe for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
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