pub struct BdsUtcBlock {
pub prn: u8,
pub a_1: f32,
pub a_0: f64,
pub delta_t_ls: i8,
pub wn_lsf: u8,
pub dn: u8,
pub delta_t_lsf: i8,
/* private fields */
}Expand description
BDSUtc (4121) — BDT-UTC parameters (cmpUtc).
Fields§
§prn: u8§a_1: f32§a_0: f64§delta_t_ls: i8§wn_lsf: u8§dn: u8§delta_t_lsf: i8Implementations§
Trait Implementations§
Source§impl Clone for BdsUtcBlock
impl Clone for BdsUtcBlock
Source§fn clone(&self) -> BdsUtcBlock
fn clone(&self) -> BdsUtcBlock
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 BdsUtcBlock
impl Debug for BdsUtcBlock
Auto Trait Implementations§
impl Freeze for BdsUtcBlock
impl RefUnwindSafe for BdsUtcBlock
impl Send for BdsUtcBlock
impl Sync for BdsUtcBlock
impl Unpin for BdsUtcBlock
impl UnsafeUnpin for BdsUtcBlock
impl UnwindSafe for BdsUtcBlock
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