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