#[repr(C)]pub struct SemaphoreGetZirconHandleInfoFUCHSIA {
pub sType: StructureType,
pub pNext: *const c_void,
pub semaphore: Semaphore,
pub handleType: u32,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§semaphore: Semaphore
§handleType: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SemaphoreGetZirconHandleInfoFUCHSIA
impl RefUnwindSafe for SemaphoreGetZirconHandleInfoFUCHSIA
impl !Send for SemaphoreGetZirconHandleInfoFUCHSIA
impl !Sync for SemaphoreGetZirconHandleInfoFUCHSIA
impl Unpin 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