#[repr(C)]pub struct PhysicalDeviceMapMemoryPlacedFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub memory_map_placed: u32,
pub memory_map_range_placed: u32,
pub memory_unmap_reserve: u32,
}Expand description
VkPhysicalDeviceMapMemoryPlacedFeaturesEXT
Provided by VK_EXT_map_memory_placed.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAP_MEMORY_PLACED_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
memory_map_placed: u32§memory_map_range_placed: u32§memory_unmap_reserve: u32Implementations§
Source§impl PhysicalDeviceMapMemoryPlacedFeaturesEXT
impl PhysicalDeviceMapMemoryPlacedFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceMapMemoryPlacedFeaturesEXT
impl Clone for PhysicalDeviceMapMemoryPlacedFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceMapMemoryPlacedFeaturesEXT
fn clone(&self) -> PhysicalDeviceMapMemoryPlacedFeaturesEXT
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 moreimpl Copy for PhysicalDeviceMapMemoryPlacedFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceMapMemoryPlacedFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMapMemoryPlacedFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMapMemoryPlacedFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceMapMemoryPlacedFeaturesEXT
impl !Send for PhysicalDeviceMapMemoryPlacedFeaturesEXT
impl !Sync for PhysicalDeviceMapMemoryPlacedFeaturesEXT
impl Unpin for PhysicalDeviceMapMemoryPlacedFeaturesEXT
impl UnsafeUnpin for PhysicalDeviceMapMemoryPlacedFeaturesEXT
impl UnwindSafe for PhysicalDeviceMapMemoryPlacedFeaturesEXT
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