#[repr(C)]pub struct QemuSemaphore {
pub sem: sem_t,
}Fields§
§sem: sem_tTrait Implementations§
Source§impl Clone for QemuSemaphore
impl Clone for QemuSemaphore
Source§fn clone(&self) -> QemuSemaphore
fn clone(&self) -> QemuSemaphore
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 QemuSemaphore
Auto Trait Implementations§
impl Freeze for QemuSemaphore
impl RefUnwindSafe for QemuSemaphore
impl Send for QemuSemaphore
impl Sync for QemuSemaphore
impl Unpin for QemuSemaphore
impl UnwindSafe for QemuSemaphore
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