pub struct TickSize {
pub outer_radius: f32,
pub length: f32,
pub width: f32,
}Expand description
Geometry triple shared by hour and minute mark configurations.
Fields§
§outer_radius: f32Distance from face center to outer end of mark, fraction of radius.
length: f32Length along the radial direction, fraction of radius.
width: f32Width perpendicular to the radial direction, fraction of radius.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TickSize
impl RefUnwindSafe for TickSize
impl Send for TickSize
impl Sync for TickSize
impl Unpin for TickSize
impl UnsafeUnpin for TickSize
impl UnwindSafe for TickSize
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