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