pub struct LineTextDefaults {
pub width: f64,
pub height: f64,
pub line_length_ratio: f64,
pub line_offset_y: f64,
pub number_offset_y: f64,
pub number_font_size: f64,
pub border_radius: f64,
}Expand description
Default sizes for LineText action buttons
Fields§
§width: f64§height: f64§line_length_ratio: f64§line_offset_y: f64§number_offset_y: f64§number_font_size: f64§border_radius: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineTextDefaults
impl RefUnwindSafe for LineTextDefaults
impl Send for LineTextDefaults
impl Sync for LineTextDefaults
impl Unpin for LineTextDefaults
impl UnsafeUnpin for LineTextDefaults
impl UnwindSafe for LineTextDefaults
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