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