#[repr(transparent)]pub struct Posdperbfr(pub u16);Expand description
Position Difference Period Buffer
Tuple Fields§
§0: u16Implementations§
Source§impl Posdperbfr
impl Posdperbfr
Sourcepub const fn posdperbfr(&self) -> u16
pub const fn posdperbfr(&self) -> u16
Position difference period buffer
Sourcepub const fn set_posdperbfr(&mut self, val: u16)
pub const fn set_posdperbfr(&mut self, val: u16)
Position difference period buffer
Trait Implementations§
Source§impl Clone for Posdperbfr
impl Clone for Posdperbfr
Source§fn clone(&self) -> Posdperbfr
fn clone(&self) -> Posdperbfr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Posdperbfr
impl Debug for Posdperbfr
Source§impl Default for Posdperbfr
impl Default for Posdperbfr
Source§fn default() -> Posdperbfr
fn default() -> Posdperbfr
Returns the “default value” for a type. Read more
Source§impl PartialEq for Posdperbfr
impl PartialEq for Posdperbfr
impl Copy for Posdperbfr
impl Eq for Posdperbfr
impl StructuralPartialEq for Posdperbfr
Auto Trait Implementations§
impl Freeze for Posdperbfr
impl RefUnwindSafe for Posdperbfr
impl Send for Posdperbfr
impl Sync for Posdperbfr
impl Unpin for Posdperbfr
impl UnwindSafe for Posdperbfr
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