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