Struct buf_redux::policy::FlushAmt[][src]

pub struct FlushAmt(pub usize);

Flag for WriterPolicy methods to tell BufWriter how many bytes to flush to the underlying reader.

See flush_amt!() for a shorthand.

Trait Implementations

impl Copy for FlushAmt
[src]

impl Clone for FlushAmt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FlushAmt
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FlushAmt

impl Sync for FlushAmt