Struct Ahb1enr2
#[repr(transparent)]pub struct Ahb1enr2(pub u32);Expand description
RCC AHB1 peripheral clock enable register 2.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ahb1enr2
impl Eq for Ahb1enr2
impl StructuralPartialEq for Ahb1enr2
Auto Trait Implementations§
impl Freeze for Ahb1enr2
impl RefUnwindSafe for Ahb1enr2
impl Send for Ahb1enr2
impl Sync for Ahb1enr2
impl Unpin for Ahb1enr2
impl UnwindSafe for Ahb1enr2
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