pub struct SquareMeter;Trait Implementations§
Source§impl Default for SquareMeter
impl Default for SquareMeter
Source§impl Unit for SquareMeter
impl Unit for SquareMeter
type Dimension = Dimension<2, 0, 0>
fn parameters() -> UnitParameters
fn to<S: Unit<Dimension = Self::Dimension>, E: TensorElement>(value: E) -> E
fn from<S: Unit<Dimension = Self::Dimension>, E: TensorElement>(value: E) -> E
fn to_base(value: c64) -> c64
fn from_base(value: c64) -> c64
fn symbol() -> &'static str
fn name() -> &'static str
Auto Trait Implementations§
impl Freeze for SquareMeter
impl RefUnwindSafe for SquareMeter
impl Send for SquareMeter
impl Sync for SquareMeter
impl Unpin for SquareMeter
impl UnwindSafe for SquareMeter
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