pub struct WriteBuf { /* private fields */ }Implementations§
Trait Implementations§
§impl BufInterest for WriteBuf
impl BufInterest for WriteBuf
§fn want_write_buf(&self) -> bool
fn want_write_buf(&self) -> bool
flag if buffer want more data to be filled in.
§fn want_write_io(&self) -> bool
fn want_write_io(&self) -> bool
flag if buffer want to write data to io.
Auto Trait Implementations§
impl RefUnwindSafe for WriteBuf
impl Send for WriteBuf
impl Sync for WriteBuf
impl Unpin for WriteBuf
impl UnwindSafe for WriteBuf
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