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