pub enum sem {}
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sem
impl Send for sem
impl Sync for sem
impl Unpin for sem
impl UnwindSafe for sem
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more