pub struct AckPacket {
pub ack_seq: u16,
pub ack_base: u16,
pub bitmap: Vec<u8>,
}Expand description
ACK packet for selective acknowledgment
Fields§
§ack_seq: u16§ack_base: u16§bitmap: Vec<u8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AckPacket
impl RefUnwindSafe for AckPacket
impl Send for AckPacket
impl Sync for AckPacket
impl Unpin for AckPacket
impl UnsafeUnpin for AckPacket
impl UnwindSafe for AckPacket
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