pub struct AckFrame {
pub command_word: u16,
pub status: AckStatus,
pub data: AckData,
}Expand description
A parsed ACK frame from the radar.
Fields§
§command_word: u16§status: AckStatus§data: AckDataTrait Implementations§
Auto Trait Implementations§
impl Freeze for AckFrame
impl RefUnwindSafe for AckFrame
impl Send for AckFrame
impl Sync for AckFrame
impl Unpin for AckFrame
impl UnsafeUnpin for AckFrame
impl UnwindSafe for AckFrame
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