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