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