#[repr(C)]pub struct UmaBucket<I: ?Sized> {
len: usize,
items: I,
}
Expand description
Implementation of uma_bucket
structure.
Fields§
§len: usize
§items: I
Implementations§
Auto Trait Implementations§
impl<I> Freeze for UmaBucket<I>
impl<I> RefUnwindSafe for UmaBucket<I>where
I: RefUnwindSafe + ?Sized,
impl<I> Send for UmaBucket<I>
impl<I> Sync for UmaBucket<I>
impl<I> Unpin for UmaBucket<I>
impl<I> UnwindSafe for UmaBucket<I>where
I: UnwindSafe + ?Sized,
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