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