pub struct SIUnit {
pub name: String,
pub length: i8,
pub mass: i8,
pub time: i8,
pub current: i8,
pub thermodynamic: i8,
pub amount: i8,
pub luminous: i8,
}Fields§
§name: String§length: i8§mass: i8§time: i8§current: i8§thermodynamic: i8§amount: i8§luminous: i8Trait Implementations§
Auto Trait Implementations§
impl Freeze for SIUnit
impl RefUnwindSafe for SIUnit
impl Send for SIUnit
impl Sync for SIUnit
impl Unpin for SIUnit
impl UnwindSafe for SIUnit
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