pub struct JvmtiVersion { /* private fields */ }Expand description
JVMTI version number.
Implementations§
Source§impl JvmtiVersion
impl JvmtiVersion
Trait Implementations§
Source§impl Clone for JvmtiVersion
impl Clone for JvmtiVersion
Source§fn clone(&self) -> JvmtiVersion
fn clone(&self) -> JvmtiVersion
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 moreSource§impl Debug for JvmtiVersion
impl Debug for JvmtiVersion
Source§impl From<JvmtiVersion> for jint
impl From<JvmtiVersion> for jint
Source§fn from(val: JvmtiVersion) -> Self
fn from(val: JvmtiVersion) -> Self
Converts to this type from the input type.
Source§impl From<i32> for JvmtiVersion
impl From<i32> for JvmtiVersion
Source§impl Hash for JvmtiVersion
impl Hash for JvmtiVersion
Source§impl Ord for JvmtiVersion
impl Ord for JvmtiVersion
Source§fn cmp(&self, other: &JvmtiVersion) -> Ordering
fn cmp(&self, other: &JvmtiVersion) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for JvmtiVersion
impl PartialEq for JvmtiVersion
Source§impl PartialOrd for JvmtiVersion
impl PartialOrd for JvmtiVersion
impl Copy for JvmtiVersion
impl Eq for JvmtiVersion
impl StructuralPartialEq for JvmtiVersion
Auto Trait Implementations§
impl Freeze for JvmtiVersion
impl RefUnwindSafe for JvmtiVersion
impl Send for JvmtiVersion
impl Sync for JvmtiVersion
impl Unpin for JvmtiVersion
impl UnsafeUnpin for JvmtiVersion
impl UnwindSafe for JvmtiVersion
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