pub struct Ohm(pub f64);
Tuple Fields§
§0: f64
Trait Implementations§
Source§impl PartialOrd for Ohm
impl PartialOrd for Ohm
impl Copy for Ohm
impl StructuralPartialEq for Ohm
Auto Trait Implementations§
impl Freeze for Ohm
impl RefUnwindSafe for Ohm
impl Send for Ohm
impl Sync for Ohm
impl Unpin for Ohm
impl UnwindSafe for Ohm
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