Struct rquickjs_core::context::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§
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