pub type PhysicalDeviceMemoryProperties2KHR = PhysicalDeviceMemoryProperties2;
Aliased Type§
struct PhysicalDeviceMemoryProperties2KHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub memory_properties: PhysicalDeviceMemoryProperties,
}
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 more