#[repr(C)]pub struct PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub pageable_device_local_memory: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§pageable_device_local_memory: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl Clone for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
source§fn clone(&self) -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
fn clone(&self) -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
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 PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl TaggedStructure for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT
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 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