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