#[repr(C)]pub enum jvmtiEventMode {
JVMTI_ENABLE = 1,
JVMTI_DISABLE = 0,
}
Variants§
Trait Implementations§
Source§impl Clone for jvmtiEventMode
impl Clone for jvmtiEventMode
Source§fn clone(&self) -> jvmtiEventMode
fn clone(&self) -> jvmtiEventMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for jvmtiEventMode
Auto Trait Implementations§
impl Freeze for jvmtiEventMode
impl RefUnwindSafe for jvmtiEventMode
impl Send for jvmtiEventMode
impl Sync for jvmtiEventMode
impl Unpin for jvmtiEventMode
impl UnwindSafe for jvmtiEventMode
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