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§
Auto Trait Implementations§
impl<'fds, 'buf> Freeze for UnmarshalContext<'fds, 'buf>
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>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more