Type Definition x11rb_protocol::BufWithFds
source · [−]pub type BufWithFds<B> = (B, Vec<RawFdContainer>);Expand description
A combination of a buffer and a list of file descriptors.
pub type BufWithFds<B> = (B, Vec<RawFdContainer>);A combination of a buffer and a list of file descriptors.