Struct Hsem
pub struct Hsem { /* private fields */ }Expand description
Hardware semaphore (HSEM).
Implementations§
Trait Implementations§
impl Copy for Hsem
impl Eq for Hsem
impl Send for Hsem
impl StructuralPartialEq for Hsem
impl Sync for Hsem
Auto Trait Implementations§
impl Freeze for Hsem
impl RefUnwindSafe for Hsem
impl Unpin for Hsem
impl UnsafeUnpin for Hsem
impl UnwindSafe for Hsem
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