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