pub struct Exponents {
pub unit: i32,
pub prefix: i32,
}Fields§
§unit: i32§prefix: i32Implementations§
Trait Implementations§
impl StructuralPartialEq for Exponents
Auto Trait Implementations§
impl Freeze for Exponents
impl RefUnwindSafe for Exponents
impl Send for Exponents
impl Sync for Exponents
impl Unpin for Exponents
impl UnwindSafe for Exponents
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