pub struct SquareInch;Expand description
Square inch (6.4516e-4 m², exact: 0.0254² m²).
Trait Implementations§
Source§impl Clone for SquareInch
impl Clone for SquareInch
Source§fn clone(&self) -> SquareInch
fn clone(&self) -> SquareInch
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SquareInch
impl Debug for SquareInch
Source§impl PartialEq for SquareInch
impl PartialEq for SquareInch
Source§impl PartialOrd for SquareInch
impl PartialOrd for SquareInch
Source§impl Unit for SquareInch
impl Unit for SquareInch
impl Copy for SquareInch
impl StructuralPartialEq for SquareInch
Auto Trait Implementations§
impl Freeze for SquareInch
impl RefUnwindSafe for SquareInch
impl Send for SquareInch
impl Sync for SquareInch
impl Unpin for SquareInch
impl UnsafeUnpin for SquareInch
impl UnwindSafe for SquareInch
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