pub struct Measure { /* private fields */ }Implementations§
Source§impl Measure
impl Measure
pub fn new(characters_per_line: f64) -> Result<Self, MeasureError>
pub fn characters_per_line(&self) -> f64
pub fn is_readable(&self) -> bool
Trait Implementations§
impl Copy for Measure
impl StructuralPartialEq for Measure
Auto Trait Implementations§
impl Freeze for Measure
impl RefUnwindSafe for Measure
impl Send for Measure
impl Sync for Measure
impl Unpin for Measure
impl UnsafeUnpin for Measure
impl UnwindSafe for Measure
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