pub struct ModConfig {
pub font_size: f64,
pub font_thickness: f64,
}Expand description
module settings for checking and fixing
Fields§
§font_size: f64font size
font_thickness: f64font thickness
Auto Trait Implementations§
impl Freeze for ModConfig
impl RefUnwindSafe for ModConfig
impl Send for ModConfig
impl Sync for ModConfig
impl Unpin for ModConfig
impl UnwindSafe for ModConfig
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