pub enum JvmtiVerboseFlag {
Other,
Gc,
Class,
Jni,
Unsupported(jvmtiVerboseFlag),
}Variants§
Trait Implementations§
Source§impl Debug for JvmtiVerboseFlag
impl Debug for JvmtiVerboseFlag
Source§impl From<JvmtiVerboseFlag> for jvmtiVerboseFlag
impl From<JvmtiVerboseFlag> for jvmtiVerboseFlag
Source§fn from(value: JvmtiVerboseFlag) -> Self
fn from(value: JvmtiVerboseFlag) -> Self
Converts to this type from the input type.
Source§impl From<u32> for JvmtiVerboseFlag
impl From<u32> for JvmtiVerboseFlag
Source§fn from(value: jvmtiVerboseFlag) -> Self
fn from(value: jvmtiVerboseFlag) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for JvmtiVerboseFlag
impl RefUnwindSafe for JvmtiVerboseFlag
impl Send for JvmtiVerboseFlag
impl Sync for JvmtiVerboseFlag
impl Unpin for JvmtiVerboseFlag
impl UnwindSafe for JvmtiVerboseFlag
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