pub struct GcRootJniGlobal { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for GcRootJniGlobal
impl Clone for GcRootJniGlobal
Source§fn clone(&self) -> GcRootJniGlobal
fn clone(&self) -> GcRootJniGlobal
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 GcRootJniGlobal
impl Debug for GcRootJniGlobal
impl Copy for GcRootJniGlobal
Auto Trait Implementations§
impl Freeze for GcRootJniGlobal
impl RefUnwindSafe for GcRootJniGlobal
impl Send for GcRootJniGlobal
impl Sync for GcRootJniGlobal
impl Unpin for GcRootJniGlobal
impl UnwindSafe for GcRootJniGlobal
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