Struct space_rx::v2_api::models::common::Weight[][src]

pub struct Weight {
    pub kg: f64,
    pub lb: f64,
}

Fields

Trait Implementations

impl Debug for Weight
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Weight

impl Sync for Weight