pub struct Inner<'bytes, 'fds> {
bytes: Cow<'bytes, [u8]>,
fds: Vec<Fd<'fds>>,
}
Fields§
§bytes: Cow<'bytes, [u8]>
§fds: Vec<Fd<'fds>>
Trait Implementations§
Auto Trait Implementations§
impl<'bytes, 'fds> Freeze for Inner<'bytes, 'fds>
impl<'bytes, 'fds> RefUnwindSafe for Inner<'bytes, 'fds>
impl<'bytes, 'fds> Send for Inner<'bytes, 'fds>
impl<'bytes, 'fds> Sync for Inner<'bytes, 'fds>
impl<'bytes, 'fds> Unpin for Inner<'bytes, 'fds>
impl<'bytes, 'fds> UnwindSafe for Inner<'bytes, 'fds>
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