pub struct StaticMath(/* private fields */);
Expand description
Wrapper around mathquill_js_sys::StaticMath
Implementations§
Trait Implementations§
Source§impl IntoInner for StaticMath
impl IntoInner for StaticMath
type Inner = StaticMath
Auto Trait Implementations§
impl Freeze for StaticMath
impl RefUnwindSafe for StaticMath
impl !Send for StaticMath
impl !Sync for StaticMath
impl Unpin for StaticMath
impl UnwindSafe for StaticMath
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