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