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