#[repr(C)]pub struct MemoryMetalHandlePropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub memory_type_bits: u32,
}Expand description
VkMemoryMetalHandlePropertiesEXT
Provided by VK_EXT_external_memory_metal.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MEMORY_METAL_HANDLE_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
memory_type_bits: u32Implementations§
Source§impl MemoryMetalHandlePropertiesEXT
impl MemoryMetalHandlePropertiesEXT
Sourcepub fn builder<'a>() -> MemoryMetalHandlePropertiesEXTBuilder<'a>
pub fn builder<'a>() -> MemoryMetalHandlePropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for MemoryMetalHandlePropertiesEXT
impl Clone for MemoryMetalHandlePropertiesEXT
Source§fn clone(&self) -> MemoryMetalHandlePropertiesEXT
fn clone(&self) -> MemoryMetalHandlePropertiesEXT
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 Default for MemoryMetalHandlePropertiesEXT
impl Default for MemoryMetalHandlePropertiesEXT
Source§fn default() -> MemoryMetalHandlePropertiesEXT
fn default() -> MemoryMetalHandlePropertiesEXT
Returns the “default value” for a type. Read more
impl Copy for MemoryMetalHandlePropertiesEXT
Auto Trait Implementations§
impl Freeze for MemoryMetalHandlePropertiesEXT
impl RefUnwindSafe for MemoryMetalHandlePropertiesEXT
impl !Send for MemoryMetalHandlePropertiesEXT
impl !Sync for MemoryMetalHandlePropertiesEXT
impl Unpin for MemoryMetalHandlePropertiesEXT
impl UnsafeUnpin for MemoryMetalHandlePropertiesEXT
impl UnwindSafe for MemoryMetalHandlePropertiesEXT
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