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