Struct napi_sys::napi_callback_scope__
source · #[repr(C)]pub struct napi_callback_scope__ { /* private fields */ }
Trait Implementations§
source§impl Clone for napi_callback_scope__
impl Clone for napi_callback_scope__
source§fn clone(&self) -> napi_callback_scope__
fn clone(&self) -> napi_callback_scope__
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 moreimpl Copy for napi_callback_scope__
Auto Trait Implementations§
impl Freeze for napi_callback_scope__
impl RefUnwindSafe for napi_callback_scope__
impl Send for napi_callback_scope__
impl Sync for napi_callback_scope__
impl Unpin for napi_callback_scope__
impl UnwindSafe for napi_callback_scope__
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