Type Alias PacketSelectiveAcks

Source
pub type PacketSelectiveAcks = _PacketSelectiveAcks;

Aliased Type§

struct PacketSelectiveAcks {
    pub len: u32,
    pub ranges: [_PacketSelectiveAckRange; 4],
}

Fields§

§len: u32§ranges: [_PacketSelectiveAckRange; 4]

Trait Implementations

Source§

impl Clone for _PacketSelectiveAcks

Source§

fn clone(&self) -> _PacketSelectiveAcks

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _PacketSelectiveAcks

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for _PacketSelectiveAcks