#[repr(C)]pub struct PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub pageable_device_local_memory: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§pageable_device_local_memory: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
impl<'a> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
pub fn pageable_device_local_memory( self, pageable_device_local_memory: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
impl<'a> Clone for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
source§fn clone(&self) -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
fn clone(&self) -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
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<'a> Debug for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
impl<'a> Debug for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
source§impl<'a> TaggedStructure for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
impl<'a> TaggedStructure for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT
impl<'a> Copy for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
impl ExtendsDeviceCreateInfo for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'_>
impl Send for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'_>
impl Sync for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
impl<'a> Unpin for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
impl<'a> UnwindSafe for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT<'a>
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