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