pub struct MarshalContext<'fds, 'buf> {
pub fds: &'fds mut Vec<UnixFd>,
pub buf: &'buf mut Vec<u8>,
pub byteorder: ByteOrder,
}
Fields§
§fds: &'fds mut Vec<UnixFd>
§buf: &'buf mut Vec<u8>
§byteorder: ByteOrder
Implementations§
Auto Trait Implementations§
impl<'fds, 'buf> Freeze for MarshalContext<'fds, 'buf>
impl<'fds, 'buf> RefUnwindSafe for MarshalContext<'fds, 'buf>
impl<'fds, 'buf> Send for MarshalContext<'fds, 'buf>
impl<'fds, 'buf> Sync for MarshalContext<'fds, 'buf>
impl<'fds, 'buf> Unpin for MarshalContext<'fds, 'buf>
impl<'fds, 'buf> !UnwindSafe for MarshalContext<'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