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