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