#[repr(C)]pub struct PhysicalDeviceMapMemoryPlacedPropertiesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub min_placed_memory_map_alignment: DeviceSize,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§min_placed_memory_map_alignment: DeviceSizeTrait 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 PartialEq for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl PartialEq for PhysicalDeviceMapMemoryPlacedPropertiesEXT
Source§fn eq(&self, other: &PhysicalDeviceMapMemoryPlacedPropertiesEXT) -> bool
fn eq(&self, other: &PhysicalDeviceMapMemoryPlacedPropertiesEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl Eq for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl Send for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl StructuralPartialEq for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl Sync for PhysicalDeviceMapMemoryPlacedPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceMapMemoryPlacedPropertiesEXT
impl Unpin 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