#[repr(C)]pub struct ImportMemoryZirconHandleInfoFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalMemoryHandleTypeFlagBits,
pub handle: u32,
}Expand description
VkImportMemoryZirconHandleInfoFUCHSIA
Provided by VK_FUCHSIA_external_memory.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMPORT_MEMORY_ZIRCON_HANDLE_INFO_FUCHSIA.
p_next: *const c_voidOptional, may be null.
handle_type: ExternalMemoryHandleTypeFlagBits§handle: u32Implementations§
Source§impl ImportMemoryZirconHandleInfoFUCHSIA
impl ImportMemoryZirconHandleInfoFUCHSIA
Sourcepub fn builder<'a>() -> ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
pub fn builder<'a>() -> ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ImportMemoryZirconHandleInfoFUCHSIA
impl Clone for ImportMemoryZirconHandleInfoFUCHSIA
Source§fn clone(&self) -> ImportMemoryZirconHandleInfoFUCHSIA
fn clone(&self) -> ImportMemoryZirconHandleInfoFUCHSIA
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 moreimpl Copy for ImportMemoryZirconHandleInfoFUCHSIA
impl ExtendsMemoryAllocateInfo for ImportMemoryZirconHandleInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for ImportMemoryZirconHandleInfoFUCHSIA
impl RefUnwindSafe for ImportMemoryZirconHandleInfoFUCHSIA
impl !Send for ImportMemoryZirconHandleInfoFUCHSIA
impl !Sync for ImportMemoryZirconHandleInfoFUCHSIA
impl Unpin for ImportMemoryZirconHandleInfoFUCHSIA
impl UnsafeUnpin for ImportMemoryZirconHandleInfoFUCHSIA
impl UnwindSafe for ImportMemoryZirconHandleInfoFUCHSIA
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