#[repr(C)]pub struct SemaphoreGetZirconHandleInfoFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub handle_type: ExternalSemaphoreHandleTypeFlagBits,
}Expand description
VkSemaphoreGetZirconHandleInfoFUCHSIA
Provided by VK_FUCHSIA_external_semaphore.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SEMAPHORE_GET_ZIRCON_HANDLE_INFO_FUCHSIA.
p_next: *const c_voidOptional, may be null.
semaphore: Semaphore§handle_type: ExternalSemaphoreHandleTypeFlagBitsImplementations§
Source§impl SemaphoreGetZirconHandleInfoFUCHSIA
impl SemaphoreGetZirconHandleInfoFUCHSIA
Sourcepub fn builder<'a>() -> SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
pub fn builder<'a>() -> SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for SemaphoreGetZirconHandleInfoFUCHSIA
impl Clone for SemaphoreGetZirconHandleInfoFUCHSIA
Source§fn clone(&self) -> SemaphoreGetZirconHandleInfoFUCHSIA
fn clone(&self) -> SemaphoreGetZirconHandleInfoFUCHSIA
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 SemaphoreGetZirconHandleInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for SemaphoreGetZirconHandleInfoFUCHSIA
impl RefUnwindSafe for SemaphoreGetZirconHandleInfoFUCHSIA
impl !Send for SemaphoreGetZirconHandleInfoFUCHSIA
impl !Sync for SemaphoreGetZirconHandleInfoFUCHSIA
impl Unpin for SemaphoreGetZirconHandleInfoFUCHSIA
impl UnsafeUnpin for SemaphoreGetZirconHandleInfoFUCHSIA
impl UnwindSafe for SemaphoreGetZirconHandleInfoFUCHSIA
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