#[repr(u8)]pub enum Sema42Rst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Sema42Rst
impl Ord for Sema42Rst
Source§impl PartialOrd for Sema42Rst
impl PartialOrd for Sema42Rst
impl Copy for Sema42Rst
impl Eq for Sema42Rst
impl StructuralPartialEq for Sema42Rst
Auto Trait Implementations§
impl Freeze for Sema42Rst
impl RefUnwindSafe for Sema42Rst
impl Send for Sema42Rst
impl Sync for Sema42Rst
impl Unpin for Sema42Rst
impl UnwindSafe for Sema42Rst
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