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: ByteOrder
offset: usize
Implementations
impl UnmarshalContext<'_, '_>
[src]
impl UnmarshalContext<'_, '_>
[src]