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
Auto Trait Implementations
impl<'fds, 'buf> RefUnwindSafe for UnmarshalContext<'fds, 'buf>impl<'fds, 'buf> Send for UnmarshalContext<'fds, 'buf>impl<'fds, 'buf> Sync for UnmarshalContext<'fds, 'buf>impl<'fds, 'buf> Unpin for UnmarshalContext<'fds, 'buf>impl<'fds, 'buf> UnwindSafe for UnmarshalContext<'fds, 'buf>