pub struct Gigaparsec;Expand description
Gigaparsec (Gpc): 1e9 pc.
Trait Implementations§
Source§impl Clone for Gigaparsec
impl Clone for Gigaparsec
Source§fn clone(&self) -> Gigaparsec
fn clone(&self) -> Gigaparsec
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 Gigaparsec
impl Debug for Gigaparsec
Source§impl PartialEq for Gigaparsec
impl PartialEq for Gigaparsec
Source§impl PartialOrd for Gigaparsec
impl PartialOrd for Gigaparsec
Source§impl Unit for Gigaparsec
impl Unit for Gigaparsec
impl Copy for Gigaparsec
impl StructuralPartialEq for Gigaparsec
Auto Trait Implementations§
impl Freeze for Gigaparsec
impl RefUnwindSafe for Gigaparsec
impl Send for Gigaparsec
impl Sync for Gigaparsec
impl Unpin for Gigaparsec
impl UnwindSafe for Gigaparsec
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