pub struct CharDefProps {
pub meaning: Option<SymStr>,
pub stretchy: Option<SymStr>,
pub scriptpos: Option<SymStr>,
pub mathstyle: Option<SymStr>,
pub need_scriptpos: bool,
pub need_mathstyle: bool,
}Fields§
§meaning: Option<SymStr>§stretchy: Option<SymStr>§scriptpos: Option<SymStr>§mathstyle: Option<SymStr>§need_scriptpos: bool§need_mathstyle: boolAuto Trait Implementations§
impl Freeze for CharDefProps
impl RefUnwindSafe for CharDefProps
impl Send for CharDefProps
impl Sync for CharDefProps
impl Unpin for CharDefProps
impl UnsafeUnpin for CharDefProps
impl UnwindSafe for CharDefProps
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