Struct ash::vk::PhysicalDeviceMemoryProperties2
source · #[repr(C)]pub struct PhysicalDeviceMemoryProperties2 {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub memory_properties: PhysicalDeviceMemoryProperties,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§memory_properties: PhysicalDeviceMemoryProperties
Implementations§
source§impl PhysicalDeviceMemoryProperties2
impl PhysicalDeviceMemoryProperties2
pub fn builder<'a>() -> PhysicalDeviceMemoryProperties2Builder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceMemoryProperties2
impl Clone for PhysicalDeviceMemoryProperties2
source§fn clone(&self) -> PhysicalDeviceMemoryProperties2
fn clone(&self) -> PhysicalDeviceMemoryProperties2
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 TaggedStructure for PhysicalDeviceMemoryProperties2
impl TaggedStructure for PhysicalDeviceMemoryProperties2
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MEMORY_PROPERTIES_2
impl Copy for PhysicalDeviceMemoryProperties2
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMemoryProperties2
impl RefUnwindSafe for PhysicalDeviceMemoryProperties2
impl !Send for PhysicalDeviceMemoryProperties2
impl !Sync for PhysicalDeviceMemoryProperties2
impl Unpin for PhysicalDeviceMemoryProperties2
impl UnwindSafe for PhysicalDeviceMemoryProperties2
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