#[repr(C)]pub enum jobjectRefType {
JNIInvalidRefType = 0,
JNILocalRefType = 1,
JNIGlobalRefType = 2,
JNIWeakGlobalRefType = 3,
}Variants§
Trait Implementations§
Source§impl Clone for jobjectRefType
impl Clone for jobjectRefType
Source§fn clone(&self) -> jobjectRefType
fn clone(&self) -> jobjectRefType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 jobjectRefType
impl Debug for jobjectRefType
Source§impl Hash for jobjectRefType
impl Hash for jobjectRefType
Source§impl Ord for jobjectRefType
impl Ord for jobjectRefType
Source§fn cmp(&self, other: &jobjectRefType) -> Ordering
fn cmp(&self, other: &jobjectRefType) -> Ordering
1.21.0 (const: unstable) · 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 jobjectRefType
impl PartialEq for jobjectRefType
Source§fn eq(&self, other: &jobjectRefType) -> bool
fn eq(&self, other: &jobjectRefType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for jobjectRefType
impl PartialOrd for jobjectRefType
impl Copy for jobjectRefType
impl Eq for jobjectRefType
impl StructuralPartialEq for jobjectRefType
Auto Trait Implementations§
impl Freeze for jobjectRefType
impl RefUnwindSafe for jobjectRefType
impl Send for jobjectRefType
impl Sync for jobjectRefType
impl Unpin for jobjectRefType
impl UnsafeUnpin for jobjectRefType
impl UnwindSafe for jobjectRefType
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