Struct rustbus::wire::unmarshal::UnmarshalContext [−][src]
pub struct UnmarshalContext<'fds, 'buf> {
pub fds: &'fds [UnixFd],
pub buf: &'buf [u8],
pub byteorder: ByteOrder,
pub offset: usize,
}Fields
fds: &'fds [UnixFd]buf: &'buf [u8]byteorder: ByteOrderoffset: usizeImplementations
impl UnmarshalContext<'_, '_>[src]
impl UnmarshalContext<'_, '_>[src]