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