Struct ash::vk::MemoryGetZirconHandleInfoFUCHSIA
source · #[repr(C)]pub struct MemoryGetZirconHandleInfoFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub memory: DeviceMemory,
pub handle_type: ExternalMemoryHandleTypeFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§memory: DeviceMemory
§handle_type: ExternalMemoryHandleTypeFlags
Implementations§
source§impl MemoryGetZirconHandleInfoFUCHSIA
impl MemoryGetZirconHandleInfoFUCHSIA
pub fn builder<'a>() -> MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
Trait Implementations§
source§impl Clone for MemoryGetZirconHandleInfoFUCHSIA
impl Clone for MemoryGetZirconHandleInfoFUCHSIA
source§fn clone(&self) -> MemoryGetZirconHandleInfoFUCHSIA
fn clone(&self) -> MemoryGetZirconHandleInfoFUCHSIA
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 MemoryGetZirconHandleInfoFUCHSIA
impl TaggedStructure for MemoryGetZirconHandleInfoFUCHSIA
const STRUCTURE_TYPE: StructureType = StructureType::MEMORY_GET_ZIRCON_HANDLE_INFO_FUCHSIA
impl Copy for MemoryGetZirconHandleInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for MemoryGetZirconHandleInfoFUCHSIA
impl RefUnwindSafe for MemoryGetZirconHandleInfoFUCHSIA
impl !Send for MemoryGetZirconHandleInfoFUCHSIA
impl !Sync for MemoryGetZirconHandleInfoFUCHSIA
impl Unpin for MemoryGetZirconHandleInfoFUCHSIA
impl UnwindSafe for MemoryGetZirconHandleInfoFUCHSIA
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