Function x11rb_protocol::packet_reader::extra_length
source ยท fn extra_length(buffer: &[u8]) -> usize
Expand description
Compute the length of the data we need to read, beyond the MINIMAL_PACKET_LENGTH
.
fn extra_length(buffer: &[u8]) -> usize
Compute the length of the data we need to read, beyond the MINIMAL_PACKET_LENGTH
.