pub struct BdsRawB2bBlock {
pub svid: u8,
pub crc_passed: u8,
pub reserved1: u8,
pub source: u8,
pub reserved2: u8,
pub rx_channel: u8,
pub nav_bits: [u8; 124],
/* private fields */
}Expand description
BDSRawB2b (4242) — BeiDou B2b navigation frame.
Fields§
§svid: u8§crc_passed: u8§reserved1: u8§source: u8§reserved2: u8§rx_channel: u831 × u32 = 124 bytes.
Implementations§
Trait Implementations§
Source§impl Clone for BdsRawB2bBlock
impl Clone for BdsRawB2bBlock
Source§fn clone(&self) -> BdsRawB2bBlock
fn clone(&self) -> BdsRawB2bBlock
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 BdsRawB2bBlock
impl Debug for BdsRawB2bBlock
Auto Trait Implementations§
impl Freeze for BdsRawB2bBlock
impl RefUnwindSafe for BdsRawB2bBlock
impl Send for BdsRawB2bBlock
impl Sync for BdsRawB2bBlock
impl Unpin for BdsRawB2bBlock
impl UnsafeUnpin for BdsRawB2bBlock
impl UnwindSafe for BdsRawB2bBlock
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