#[repr(C)]pub struct maps {
pub ringbuf: __anon_1,
}Fields§
§ringbuf: __anon_1Trait Implementations§
Auto Trait Implementations§
impl !Send for maps
impl !Sync for maps
impl Freeze for maps
impl RefUnwindSafe for maps
impl Unpin for maps
impl UnsafeUnpin for maps
impl UnwindSafe for maps
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