#[repr(C)]pub struct ImportSemaphoreZirconHandleInfoFUCHSIA {
pub sType: StructureType,
pub pNext: *const c_void,
pub semaphore: Semaphore,
pub flags: u32,
pub handleType: u32,
pub zirconHandle: zx_handle_t,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§semaphore: Semaphore
§flags: u32
§handleType: u32
§zirconHandle: zx_handle_t
Trait Implementations§
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