#[repr(transparent)]pub struct Posd(pub u16);Expand description
Position Difference Counter Register
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Posd
impl Eq for Posd
impl StructuralPartialEq for Posd
Auto Trait Implementations§
impl Freeze for Posd
impl RefUnwindSafe for Posd
impl Send for Posd
impl Sync for Posd
impl Unpin for Posd
impl UnwindSafe for Posd
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