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