Type Alias ringbuf::wrap::direct::Obs

source ·
pub type Obs<R> = Direct<R, false, false>;
Expand description

Observer of a ring buffer.

Aliased Type§

struct Obs<R> { /* private fields */ }

Trait Implementations§

source§

impl<R: RbRef> Clone for Obs<R>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more