#[repr(C)]pub struct PhysicalDeviceMapMemoryPlacedPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub min_placed_memory_map_alignment: u64,
}Expand description
VkPhysicalDeviceMapMemoryPlacedPropertiesEXT
Provided by VK_EXT_map_memory_placed.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAP_MEMORY_PLACED_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
min_placed_memory_map_alignment: u64Implementations§
Source§impl PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl PhysicalDeviceMapMemoryPlacedPropertiesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceMapMemoryPlacedPropertiesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceMapMemoryPlacedPropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl Clone for PhysicalDeviceMapMemoryPlacedPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceMapMemoryPlacedPropertiesEXT
fn clone(&self) -> PhysicalDeviceMapMemoryPlacedPropertiesEXT
Returns a duplicate 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 Default for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl Default for PhysicalDeviceMapMemoryPlacedPropertiesEXT
Source§fn default() -> PhysicalDeviceMapMemoryPlacedPropertiesEXT
fn default() -> PhysicalDeviceMapMemoryPlacedPropertiesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMapMemoryPlacedPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl !Send for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl !Sync for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl Unpin for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl UnsafeUnpin for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl UnwindSafe for PhysicalDeviceMapMemoryPlacedPropertiesEXT
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