pub struct MathShift {
pub pos: Pos,
}
Fields§
§pos: Pos
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MathShift
impl RefUnwindSafe for MathShift
impl Send for MathShift
impl Sync for MathShift
impl Unpin for MathShift
impl UnwindSafe for MathShift
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