Struct Weight
space_rx::v2_api::models::common
pub struct Weight { pub kg: f64, pub lb: f64, }
kg: f64
lb: f64
impl Debug for Weight
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for Weight
impl Sync for Weight