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