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