pub struct BdsRawB1cBlock {
pub svid: u8,
pub crc_sf2: u8,
pub crc_sf3: u8,
pub source: u8,
pub reserved: u8,
pub rx_channel: u8,
pub nav_bits: [u8; 228],
/* private fields */
}Expand description
BDSRawB1C (4218) — BeiDou B1C navigation frame.
Fields§
§svid: u8§crc_sf2: u8§crc_sf3: u8§source: u8§reserved: u8§rx_channel: u857 × u32 = 228 bytes.
Implementations§
Trait Implementations§
Source§impl Clone for BdsRawB1cBlock
impl Clone for BdsRawB1cBlock
Source§fn clone(&self) -> BdsRawB1cBlock
fn clone(&self) -> BdsRawB1cBlock
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 BdsRawB1cBlock
impl Debug for BdsRawB1cBlock
Auto Trait Implementations§
impl Freeze for BdsRawB1cBlock
impl RefUnwindSafe for BdsRawB1cBlock
impl Send for BdsRawB1cBlock
impl Sync for BdsRawB1cBlock
impl Unpin for BdsRawB1cBlock
impl UnsafeUnpin for BdsRawB1cBlock
impl UnwindSafe for BdsRawB1cBlock
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