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