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