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