#[repr(transparent)]pub struct Ahbclkctrlclr(pub u32);Expand description
Peripheral reset control register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for Ahbclkctrlclr
impl Clone for Ahbclkctrlclr
Source§fn clone(&self) -> Ahbclkctrlclr
fn clone(&self) -> Ahbclkctrlclr
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 Ahbclkctrlclr
impl Debug for Ahbclkctrlclr
Source§impl Default for Ahbclkctrlclr
impl Default for Ahbclkctrlclr
Source§fn default() -> Ahbclkctrlclr
fn default() -> Ahbclkctrlclr
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ahbclkctrlclr
impl PartialEq for Ahbclkctrlclr
impl Copy for Ahbclkctrlclr
impl Eq for Ahbclkctrlclr
impl StructuralPartialEq for Ahbclkctrlclr
Auto Trait Implementations§
impl Freeze for Ahbclkctrlclr
impl RefUnwindSafe for Ahbclkctrlclr
impl Send for Ahbclkctrlclr
impl Sync for Ahbclkctrlclr
impl Unpin for Ahbclkctrlclr
impl UnwindSafe for Ahbclkctrlclr
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