Struct ash::vk::ImportMemoryZirconHandleInfoFUCHSIA
source · #[repr(C)]pub struct ImportMemoryZirconHandleInfoFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalMemoryHandleTypeFlags,
pub handle: zx_handle_t,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§handle_type: ExternalMemoryHandleTypeFlags
§handle: zx_handle_t
Implementations§
source§impl ImportMemoryZirconHandleInfoFUCHSIA
impl ImportMemoryZirconHandleInfoFUCHSIA
pub fn builder<'a>() -> ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
Trait Implementations§
source§impl Clone for ImportMemoryZirconHandleInfoFUCHSIA
impl Clone for ImportMemoryZirconHandleInfoFUCHSIA
source§fn clone(&self) -> ImportMemoryZirconHandleInfoFUCHSIA
fn clone(&self) -> ImportMemoryZirconHandleInfoFUCHSIA
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 ImportMemoryZirconHandleInfoFUCHSIA
impl TaggedStructure for ImportMemoryZirconHandleInfoFUCHSIA
const STRUCTURE_TYPE: StructureType = StructureType::IMPORT_MEMORY_ZIRCON_HANDLE_INFO_FUCHSIA
impl 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 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