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