Struct async_rustbus::rustbus_core::wire::marshal::MarshalContext [−][src]
pub struct MarshalContext<'fds, 'buf> { pub fds: &'fds mut Vec<UnixFd, Global>, pub buf: &'buf mut Vec<u8, Global>, pub byteorder: ByteOrder, }
Fields
fds: &'fds mut Vec<UnixFd, Global>
buf: &'buf mut Vec<u8, Global>
byteorder: ByteOrder