#[repr(C)]pub struct MemoryGetMetalHandleInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub memory: DeviceMemory,
pub handle_type: ExternalMemoryHandleTypeFlagBits,
}Expand description
VkMemoryGetMetalHandleInfoEXT
Provided by VK_EXT_external_memory_metal.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MEMORY_GET_METAL_HANDLE_INFO_EXT.
p_next: *const c_voidOptional, may be null.
memory: DeviceMemory§handle_type: ExternalMemoryHandleTypeFlagBitsImplementations§
Source§impl MemoryGetMetalHandleInfoEXT
impl MemoryGetMetalHandleInfoEXT
Sourcepub fn builder<'a>() -> MemoryGetMetalHandleInfoEXTBuilder<'a>
pub fn builder<'a>() -> MemoryGetMetalHandleInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for MemoryGetMetalHandleInfoEXT
impl Clone for MemoryGetMetalHandleInfoEXT
Source§fn clone(&self) -> MemoryGetMetalHandleInfoEXT
fn clone(&self) -> MemoryGetMetalHandleInfoEXT
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 Debug for MemoryGetMetalHandleInfoEXT
impl Debug for MemoryGetMetalHandleInfoEXT
impl Copy for MemoryGetMetalHandleInfoEXT
Auto Trait Implementations§
impl Freeze for MemoryGetMetalHandleInfoEXT
impl RefUnwindSafe for MemoryGetMetalHandleInfoEXT
impl !Send for MemoryGetMetalHandleInfoEXT
impl !Sync for MemoryGetMetalHandleInfoEXT
impl Unpin for MemoryGetMetalHandleInfoEXT
impl UnsafeUnpin for MemoryGetMetalHandleInfoEXT
impl UnwindSafe for MemoryGetMetalHandleInfoEXT
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