Struct ekiden_grpcio::WriteFlags[][src]

pub struct WriteFlags { /* fields omitted */ }

Methods

impl WriteFlags
[src]

Hint that the write may be buffered and need not go out on the wire immediately.

Force compression to be disabled.

Get if buffer hint is enabled.

Get if compression is disabled.

Trait Implementations

impl Default for WriteFlags
[src]

Returns the "default value" for a type. Read more

impl Clone for WriteFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WriteFlags
[src]

Auto Trait Implementations

impl Send for WriteFlags

impl Sync for WriteFlags