pub struct Uniformtext { /* private fields */ }
Implementations§
Source§impl Uniformtext
impl Uniformtext
Sourcepub fn mode(&mut self, mode: Mode) -> &mut Self
pub fn mode(&mut self, mode: Mode) -> &mut Self
Determines how the font size for various text elements are uniformed between each trace type. If the computed text sizes were smaller than the minimum size defined by uniformtext.minsize
using hide option hides the text; and using show option shows the text without further downscaling. Please note that if the size defined by minsize
is greater than the font size defined by trace, then the minsize
is used.
default: false
Trait Implementations§
Source§impl Default for Uniformtext
impl Default for Uniformtext
Source§fn default() -> Uniformtext
fn default() -> Uniformtext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Uniformtext
impl RefUnwindSafe for Uniformtext
impl Send for Uniformtext
impl Sync for Uniformtext
impl Unpin for Uniformtext
impl UnwindSafe for Uniformtext
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