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