#[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 copy 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 jobjectRefType
impl Debug for jobjectRefType
impl Copy 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 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