pub struct MathCmdId(pub usize);Expand description
Opaque handle to the context’s installed math command (v0.0.6
context_main.math_command). The closure VALUE lives lang-side in
Interp::math_commands — this crate cannot depend on
rustyfi_lang::Value, so this is the same id-into-an-Interp-table
seam as ImageId/HookId (hbox.rs).
Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for MathCmdId
impl Eq for MathCmdId
impl StructuralPartialEq for MathCmdId
Auto Trait Implementations§
impl Freeze for MathCmdId
impl RefUnwindSafe for MathCmdId
impl Send for MathCmdId
impl Sync for MathCmdId
impl Unpin for MathCmdId
impl UnsafeUnpin for MathCmdId
impl UnwindSafe for MathCmdId
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