#[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_tImplementations§
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 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 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