ringbuf::wrap::direct

Type Alias 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