Struct Adstartw
#[repr(transparent)]pub struct Adstartw(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Adstartw
impl Adstartw
pub const STARTCONVERSION: Self
pub const STARTCONVERSION: Self
Start the ADC conversion (may be delayed for hardware triggers)
Trait Implementations§
§impl Ord for Adstartw
impl Ord for Adstartw
§impl PartialOrd for Adstartw
impl PartialOrd for Adstartw
impl Copy for Adstartw
impl Eq for Adstartw
impl StructuralPartialEq for Adstartw
Auto Trait Implementations§
impl Freeze for Adstartw
impl RefUnwindSafe for Adstartw
impl Send for Adstartw
impl Sync for Adstartw
impl Unpin for Adstartw
impl UnwindSafe for Adstartw
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