pub struct RowAttrs {
pub color: Option<(u8, u8, u8)>,
pub style: Option<Style>,
pub math_shift_compact: bool,
}Fields§
§color: Option<(u8, u8, u8)>§style: Option<Style>§math_shift_compact: boolImplementations§
Trait Implementations§
impl Copy for RowAttrs
impl Eq for RowAttrs
impl StructuralPartialEq for RowAttrs
Auto Trait Implementations§
impl Freeze for RowAttrs
impl RefUnwindSafe for RowAttrs
impl Send for RowAttrs
impl Sync for RowAttrs
impl Unpin for RowAttrs
impl UnsafeUnpin for RowAttrs
impl UnwindSafe for RowAttrs
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