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