Struct nix_compat::nix_daemon::framing::stderr_read::U64WriteState
source · struct U64WriteState {
bytes: [u8; 8],
written: usize,
}
Fields§
§bytes: [u8; 8]
§written: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for U64WriteState
impl RefUnwindSafe for U64WriteState
impl Send for U64WriteState
impl Sync for U64WriteState
impl Unpin for U64WriteState
impl UnwindSafe for U64WriteState
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