pub struct RingRange { /* private fields */ }
Expand description
A range within a ring buffer.
Implementations§
Source§impl RingRange
impl RingRange
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RingRange
impl RefUnwindSafe for RingRange
impl Send for RingRange
impl Sync for RingRange
impl Unpin for RingRange
impl UnwindSafe for RingRange
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