pub struct FlushAmt(pub usize);
Expand description
Flag for WriterPolicy
methods to tell BufWriter
how many bytes to flush to the
underlying reader.
See flush_amt!()
for a shorthand.
Tuple Fields§
§0: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlushAmt
impl RefUnwindSafe for FlushAmt
impl Send for FlushAmt
impl Sync for FlushAmt
impl Unpin for FlushAmt
impl UnwindSafe for FlushAmt
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