Struct buffer_redux::policy::FlushAmt
source · 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: usizeTrait Implementations§
Auto Trait Implementations§
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