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