pub struct Gigapascal;Expand description
Zero-sized marker struct representing a concrete unit.
Generated by unit! macro; implements Unit with provided
quantity mapping, factor and abbreviation.
Trait Implementations§
Source§impl Clone for Gigapascal
impl Clone for Gigapascal
Source§fn clone(&self) -> Gigapascal
fn clone(&self) -> Gigapascal
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Gigapascal
Source§impl Debug for Gigapascal
impl Debug for Gigapascal
Source§impl Display for Gigapascal
impl Display for Gigapascal
Source§impl Mul<Gigapascal> for i32
impl Mul<Gigapascal> for i32
Source§impl Mul<Gigapascal> for f64
impl Mul<Gigapascal> for f64
Source§impl<U: Unit> Mul<U> for Gigapascal
impl<U: Unit> Mul<U> for Gigapascal
Source§impl PartialEq for Gigapascal
impl PartialEq for Gigapascal
Source§impl PartialOrd for Gigapascal
impl PartialOrd for Gigapascal
impl StructuralPartialEq for Gigapascal
Source§impl Unit for Gigapascal
impl Unit for Gigapascal
Auto Trait Implementations§
impl Freeze for Gigapascal
impl RefUnwindSafe for Gigapascal
impl Send for Gigapascal
impl Sync for Gigapascal
impl Unpin for Gigapascal
impl UnsafeUnpin for Gigapascal
impl UnwindSafe for Gigapascal
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