Struct Adc4Awd2cr
#[repr(transparent)]pub struct Adc4Awd2cr(pub u32);Expand description
Analog watchdog 2 configuration register
Tuple Fields§
§0: u32Implementations§
§impl Adc4Awd2cr
impl Adc4Awd2cr
Trait Implementations§
§impl Clone for Adc4Awd2cr
impl Clone for Adc4Awd2cr
§fn clone(&self) -> Adc4Awd2cr
fn clone(&self) -> Adc4Awd2cr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Adc4Awd2cr
§impl Debug for Adc4Awd2cr
impl Debug for Adc4Awd2cr
§impl Default for Adc4Awd2cr
impl Default for Adc4Awd2cr
§fn default() -> Adc4Awd2cr
fn default() -> Adc4Awd2cr
Returns the “default value” for a type. Read more
impl Eq for Adc4Awd2cr
§impl PartialEq for Adc4Awd2cr
impl PartialEq for Adc4Awd2cr
impl StructuralPartialEq for Adc4Awd2cr
Auto Trait Implementations§
impl Freeze for Adc4Awd2cr
impl RefUnwindSafe for Adc4Awd2cr
impl Send for Adc4Awd2cr
impl Sync for Adc4Awd2cr
impl Unpin for Adc4Awd2cr
impl UnsafeUnpin for Adc4Awd2cr
impl UnwindSafe for Adc4Awd2cr
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