Struct disk_ringbuffer::ringbuf::Ringbuf
source · pub struct Ringbuf { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for Ringbuf
impl RefUnwindSafe for Ringbuf
impl Send for Ringbuf
impl !Sync for Ringbuf
impl Unpin for Ringbuf
impl UnwindSafe for Ringbuf
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