pub struct PlanckLength;Expand description
Planck length (lp). CODATA 2018 value in metres.
Trait Implementations§
Source§impl Clone for PlanckLength
impl Clone for PlanckLength
Source§fn clone(&self) -> PlanckLength
fn clone(&self) -> PlanckLength
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 PlanckLength
impl Debug for PlanckLength
Source§impl PartialEq for PlanckLength
impl PartialEq for PlanckLength
Source§impl PartialOrd for PlanckLength
impl PartialOrd for PlanckLength
Source§impl Unit for PlanckLength
impl Unit for PlanckLength
impl Copy for PlanckLength
impl StructuralPartialEq for PlanckLength
Auto Trait Implementations§
impl Freeze for PlanckLength
impl RefUnwindSafe for PlanckLength
impl Send for PlanckLength
impl Sync for PlanckLength
impl Unpin for PlanckLength
impl UnwindSafe for PlanckLength
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