pub struct AckEntry {
pub mmsi: u32,
pub sequence: u8,
}Expand description
A single acknowledgement entry (MMSI + sequence number).
Fields§
§mmsi: u32§sequence: u8Trait Implementations§
impl StructuralPartialEq for AckEntry
Auto Trait Implementations§
impl Freeze for AckEntry
impl RefUnwindSafe for AckEntry
impl Send for AckEntry
impl Sync for AckEntry
impl Unpin for AckEntry
impl UnsafeUnpin for AckEntry
impl UnwindSafe for AckEntry
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