pub struct Adc1TrigTrigin(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for Adc1TrigTrigin
impl Clone for Adc1TrigTrigin
Source§fn clone(&self) -> Adc1TrigTrigin
fn clone(&self) -> Adc1TrigTrigin
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Adc1TrigTrigin
impl Debug for Adc1TrigTrigin
Source§impl From<Adc1TrigTrigin> for u8
impl From<Adc1TrigTrigin> for u8
Source§fn from(val: Adc1TrigTrigin) -> u8
fn from(val: Adc1TrigTrigin) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Adc1TrigTrigin
impl From<u8> for Adc1TrigTrigin
Source§fn from(val: u8) -> Adc1TrigTrigin
fn from(val: u8) -> Adc1TrigTrigin
Converts to this type from the input type.
Source§impl Ord for Adc1TrigTrigin
impl Ord for Adc1TrigTrigin
Source§fn cmp(&self, other: &Adc1TrigTrigin) -> Ordering
fn cmp(&self, other: &Adc1TrigTrigin) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Adc1TrigTrigin
impl PartialEq for Adc1TrigTrigin
Source§impl PartialOrd for Adc1TrigTrigin
impl PartialOrd for Adc1TrigTrigin
impl Copy for Adc1TrigTrigin
impl Eq for Adc1TrigTrigin
impl StructuralPartialEq for Adc1TrigTrigin
Auto Trait Implementations§
impl Freeze for Adc1TrigTrigin
impl RefUnwindSafe for Adc1TrigTrigin
impl Send for Adc1TrigTrigin
impl Sync for Adc1TrigTrigin
impl Unpin for Adc1TrigTrigin
impl UnwindSafe for Adc1TrigTrigin
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