#[repr(C)]pub struct PhysicalDeviceMapMemoryPlacedPropertiesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub min_placed_memory_map_alignment: u64,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§min_placed_memory_map_alignment: u64§_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: u64, ) -> PhysicalDeviceMapMemoryPlacedPropertiesEXT<'a>
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 duplicate of the value. Read more
1.0.0§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§fn default() -> PhysicalDeviceMapMemoryPlacedPropertiesEXT<'_>
fn default() -> PhysicalDeviceMapMemoryPlacedPropertiesEXT<'_>
Returns the “default value” for a type. Read more
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)