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