#[repr(C)]pub struct JsiArray { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ExternType for JsiArray
impl ExternType for JsiArray
impl UniquePtrTarget for JsiArray
Auto Trait Implementations§
impl !Freeze for JsiArray
impl RefUnwindSafe for JsiArray
impl !Send for JsiArray
impl !Sync for JsiArray
impl !Unpin for JsiArray
impl UnwindSafe for JsiArray
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