pub struct Uma {
vm: Arc<Vm>,
bucket_enable: Arc<AtomicBool>,
bucket_keys: Arc<Vec<usize>>,
bucket_zones: Arc<Vec<UmaZone<StdFree>>>,
}Expand description
Implementation of UMA system.
Fields§
§vm: Arc<Vm>§bucket_enable: Arc<AtomicBool>§bucket_keys: Arc<Vec<usize>>§bucket_zones: Arc<Vec<UmaZone<StdFree>>>Implementations§
Auto Trait Implementations§
impl Freeze for Uma
impl !RefUnwindSafe for Uma
impl Send for Uma
impl Sync for Uma
impl Unpin for Uma
impl UnsafeUnpin for Uma
impl !UnwindSafe for Uma
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