#[repr(C)]pub struct ImportSemaphoreZirconHandleInfoFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub flags: SemaphoreImportFlags,
pub handle_type: ExternalSemaphoreHandleTypeFlagBits,
pub zircon_handle: u32,
}Expand description
VkImportSemaphoreZirconHandleInfoFUCHSIA
Provided by VK_FUCHSIA_external_semaphore.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_ZIRCON_HANDLE_INFO_FUCHSIA.
p_next: *const c_voidOptional, may be null.
semaphore: SemaphoreThread safety: must be externally synchronized.
flags: SemaphoreImportFlags§handle_type: ExternalSemaphoreHandleTypeFlagBits§zircon_handle: u32Implementations§
Source§impl ImportSemaphoreZirconHandleInfoFUCHSIA
impl ImportSemaphoreZirconHandleInfoFUCHSIA
Sourcepub fn builder<'a>() -> ImportSemaphoreZirconHandleInfoFUCHSIABuilder<'a>
pub fn builder<'a>() -> ImportSemaphoreZirconHandleInfoFUCHSIABuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ImportSemaphoreZirconHandleInfoFUCHSIA
impl Clone for ImportSemaphoreZirconHandleInfoFUCHSIA
Source§fn clone(&self) -> ImportSemaphoreZirconHandleInfoFUCHSIA
fn clone(&self) -> ImportSemaphoreZirconHandleInfoFUCHSIA
Returns a duplicate 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 moreimpl 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 UnsafeUnpin 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