Enum kaspa_utils::mem_size::MemMode
source · pub enum MemMode {
Bytes,
Units,
Undefined,
}Expand description
The memory mode of the tracked object
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MemMode
impl Send for MemMode
impl Sync for MemMode
impl Unpin for MemMode
impl UnwindSafe for MemMode
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