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