Struct rquickjs_core::intrinsic::BignumExt
source · [−]pub struct BignumExt;
Expand description
Enable bignum extension
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BignumExt
impl Send for BignumExt
impl Sync for BignumExt
impl Unpin for BignumExt
impl UnwindSafe for BignumExt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more