#[repr(C)]pub struct PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub pageable_device_local_memory: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidpageable_device_local_memory: u32Implementations
Trait Implementations
sourceimpl Clone for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl Clone for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
sourcefn clone(&self) -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
fn clone(&self) -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl Default for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
sourcefn 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 RefUnwindSafe for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl !Send for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl !Sync for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl Unpin for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl UnwindSafe for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more