pub struct TeX(pub bool);Expand description
Activate or deactivate TeX text.
plt.rcParams["text.usetex"] = {0}Prelude: Yes
JSON data: None
Tuple Fields§
§0: boolImplementations§
Trait Implementations§
Source§impl Matplotlib for TeX
impl Matplotlib for TeX
Source§fn is_prelude(&self) -> bool
fn is_prelude(&self) -> bool
Return
true if self should be considered as a prelude item, which
are execute in the order seen but before any non-prelude items.impl Copy for TeX
impl Eq for TeX
impl StructuralPartialEq for TeX
Auto Trait Implementations§
impl Freeze for TeX
impl RefUnwindSafe for TeX
impl Send for TeX
impl Sync for TeX
impl Unpin for TeX
impl UnwindSafe for TeX
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