Struct async_rustbus::rustbus_core::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]