pub struct PpsOffsetBlock {
pub sync_age: u8,
pub timescale: u8,
/* private fields */
}Expand description
xPPSOffset block (Block ID 5911)
PPS offset and synchronization details.
Fields§
§sync_age: u8Age of synchronization (s)
timescale: u8Time scale code
Implementations§
Trait Implementations§
Source§impl Clone for PpsOffsetBlock
impl Clone for PpsOffsetBlock
Source§fn clone(&self) -> PpsOffsetBlock
fn clone(&self) -> PpsOffsetBlock
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 PpsOffsetBlock
impl Debug for PpsOffsetBlock
Auto Trait Implementations§
impl Freeze for PpsOffsetBlock
impl RefUnwindSafe for PpsOffsetBlock
impl Send for PpsOffsetBlock
impl Sync for PpsOffsetBlock
impl Unpin for PpsOffsetBlock
impl UnsafeUnpin for PpsOffsetBlock
impl UnwindSafe for PpsOffsetBlock
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