pub enum IdSize {
U32,
U64,
}
Expand description
Hprof ids can be 32 or 64 bit, depending on the system and JVM that the hprof was captured on.
This controls how ids are parsed, and can generally be otherwise ignored.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdSize
impl RefUnwindSafe for IdSize
impl Send for IdSize
impl Sync for IdSize
impl Unpin for IdSize
impl UnwindSafe for IdSize
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