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: ExternalMemoryHandleTypeFlagsImplementations§
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 more