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