pub struct LabelStrategyConfig {
pub min_label_spacing: f64,
pub max_label_width: f64,
pub max_rotation_margin: f64,
pub rotation_angle_deg: f64,
}Expand description
Configuration for label strategy determination.
Fields§
§min_label_spacing: f64§max_label_width: f64§max_rotation_margin: f64§rotation_angle_deg: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for LabelStrategyConfig
impl RefUnwindSafe for LabelStrategyConfig
impl Send for LabelStrategyConfig
impl Sync for LabelStrategyConfig
impl Unpin for LabelStrategyConfig
impl UnsafeUnpin for LabelStrategyConfig
impl UnwindSafe for LabelStrategyConfig
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