PollBodyState

Type Alias PollBodyState 

Source
pub type PollBodyState = GenericPollBodyState<Header>;

Aliased Type§

pub struct PollBodyState {
    pub header: Header,
    pub total: usize,
    pub idx: usize,
    pub buf: Vec<MaybeUninit<u8>>,
}

Fields§

§header: Header§total: usize

Packet total size (include header)

§idx: usize§buf: Vec<MaybeUninit<u8>>