Struct ohos_sys::napi::napi_async_context__
source · #[repr(C)]pub struct napi_async_context__ { /* private fields */ }Available on crate feature
napi only.Auto Trait Implementations§
impl Freeze for napi_async_context__
impl RefUnwindSafe for napi_async_context__
impl Send for napi_async_context__
impl Sync for napi_async_context__
impl Unpin for napi_async_context__
impl UnwindSafe for napi_async_context__
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