pub enum AspaceType {
Total,
Mprotect,
Subheaps,
Other,
}Expand description
Types of arena space
Variants§
Trait Implementations§
Source§impl Debug for AspaceType
impl Debug for AspaceType
Source§impl<'de> Deserialize<'de> for AspaceType
impl<'de> Deserialize<'de> for AspaceType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AspaceType
impl PartialEq for AspaceType
impl Eq for AspaceType
impl StructuralPartialEq for AspaceType
Auto Trait Implementations§
impl Freeze for AspaceType
impl RefUnwindSafe for AspaceType
impl Send for AspaceType
impl Sync for AspaceType
impl Unpin for AspaceType
impl UnwindSafe for AspaceType
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