Type Alias libvnc_sys::rfb::rfbStatList

source ·
pub type rfbStatList = _rfbStatList;

Aliased Type§

struct rfbStatList {
    pub type_: u32,
    pub sentCount: u32,
    pub bytesSent: u32,
    pub bytesSentIfRaw: u32,
    pub rcvdCount: u32,
    pub bytesRcvd: u32,
    pub bytesRcvdIfRaw: u32,
    pub Next: *mut _rfbStatList,
}

Fields§

§type_: u32§sentCount: u32§bytesSent: u32§bytesSentIfRaw: u32§rcvdCount: u32§bytesRcvd: u32§bytesRcvdIfRaw: u32§Next: *mut _rfbStatList