pub struct SquareCentimeter;Expand description
Square centimetre (1e-4 m²).
Trait Implementations§
Source§impl Clone for SquareCentimeter
impl Clone for SquareCentimeter
Source§fn clone(&self) -> SquareCentimeter
fn clone(&self) -> SquareCentimeter
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 SquareCentimeter
impl Debug for SquareCentimeter
Source§impl PartialEq for SquareCentimeter
impl PartialEq for SquareCentimeter
Source§impl PartialOrd for SquareCentimeter
impl PartialOrd for SquareCentimeter
Source§impl Unit for SquareCentimeter
impl Unit for SquareCentimeter
impl Copy for SquareCentimeter
impl StructuralPartialEq for SquareCentimeter
Auto Trait Implementations§
impl Freeze for SquareCentimeter
impl RefUnwindSafe for SquareCentimeter
impl Send for SquareCentimeter
impl Sync for SquareCentimeter
impl Unpin for SquareCentimeter
impl UnsafeUnpin for SquareCentimeter
impl UnwindSafe for SquareCentimeter
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