Struct ash::vk::ImportSemaphoreZirconHandleInfoFUCHSIA
source · #[repr(C)]pub struct ImportSemaphoreZirconHandleInfoFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub flags: SemaphoreImportFlags,
pub handle_type: ExternalSemaphoreHandleTypeFlags,
pub zircon_handle: zx_handle_t,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§semaphore: Semaphore
§flags: SemaphoreImportFlags
§handle_type: ExternalSemaphoreHandleTypeFlags
§zircon_handle: zx_handle_t
Implementations§
source§impl ImportSemaphoreZirconHandleInfoFUCHSIA
impl ImportSemaphoreZirconHandleInfoFUCHSIA
pub fn builder<'a>() -> ImportSemaphoreZirconHandleInfoFUCHSIABuilder<'a>
Trait Implementations§
source§impl Clone for ImportSemaphoreZirconHandleInfoFUCHSIA
impl Clone for ImportSemaphoreZirconHandleInfoFUCHSIA
source§fn clone(&self) -> ImportSemaphoreZirconHandleInfoFUCHSIA
fn clone(&self) -> ImportSemaphoreZirconHandleInfoFUCHSIA
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 ImportSemaphoreZirconHandleInfoFUCHSIA
impl TaggedStructure for ImportSemaphoreZirconHandleInfoFUCHSIA
const STRUCTURE_TYPE: StructureType = StructureType::IMPORT_SEMAPHORE_ZIRCON_HANDLE_INFO_FUCHSIA
impl Copy for ImportSemaphoreZirconHandleInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for ImportSemaphoreZirconHandleInfoFUCHSIA
impl RefUnwindSafe for ImportSemaphoreZirconHandleInfoFUCHSIA
impl !Send for ImportSemaphoreZirconHandleInfoFUCHSIA
impl !Sync for ImportSemaphoreZirconHandleInfoFUCHSIA
impl Unpin for ImportSemaphoreZirconHandleInfoFUCHSIA
impl UnwindSafe for ImportSemaphoreZirconHandleInfoFUCHSIA
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