pub struct Written { /* private fields */ }
Expand description
Represents the return value of crate::to_writer
function.
It mainly contains the size of serialized bytes in a specific format.
On Unix platforms, it also contains a list of file descriptors, whose indexes are included in the serialized bytes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Written
impl RefUnwindSafe for Written
impl Send for Written
impl Sync for Written
impl Unpin for Written
impl UnwindSafe for Written
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