#[repr(transparent)]pub struct Apllmdiv(pub u32);Expand description
APLL M Divider Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Apllmdiv
impl Eq for Apllmdiv
impl StructuralPartialEq for Apllmdiv
Auto Trait Implementations§
impl Freeze for Apllmdiv
impl RefUnwindSafe for Apllmdiv
impl Send for Apllmdiv
impl Sync for Apllmdiv
impl Unpin for Apllmdiv
impl UnwindSafe for Apllmdiv
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