pub struct GigabytePerSecond;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 GigabytePerSecond
impl Clone for GigabytePerSecond
Source§fn clone(&self) -> GigabytePerSecond
fn clone(&self) -> GigabytePerSecond
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 GigabytePerSecond
Source§impl Debug for GigabytePerSecond
impl Debug for GigabytePerSecond
Source§impl Display for GigabytePerSecond
impl Display for GigabytePerSecond
Source§impl Mul<GigabytePerSecond> for i32
impl Mul<GigabytePerSecond> for i32
Source§impl Mul<GigabytePerSecond> for f64
impl Mul<GigabytePerSecond> for f64
Source§impl<U: Unit> Mul<U> for GigabytePerSecond
impl<U: Unit> Mul<U> for GigabytePerSecond
Source§impl PartialEq for GigabytePerSecond
impl PartialEq for GigabytePerSecond
Source§impl PartialOrd for GigabytePerSecond
impl PartialOrd for GigabytePerSecond
impl StructuralPartialEq for GigabytePerSecond
Source§impl Unit for GigabytePerSecond
impl Unit for GigabytePerSecond
Auto Trait Implementations§
impl Freeze for GigabytePerSecond
impl RefUnwindSafe for GigabytePerSecond
impl Send for GigabytePerSecond
impl Sync for GigabytePerSecond
impl Unpin for GigabytePerSecond
impl UnsafeUnpin for GigabytePerSecond
impl UnwindSafe for GigabytePerSecond
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