pub struct FloatToQuantity<G: Getter<f32, E> + ?Sized, E: Copy + Debug> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<G, E> Freeze for FloatToQuantity<G, E>
impl<G, E> !RefUnwindSafe for FloatToQuantity<G, E>
impl<G, E> !Send for FloatToQuantity<G, E>
impl<G, E> !Sync for FloatToQuantity<G, E>
impl<G, E> Unpin for FloatToQuantity<G, E>
impl<G, E> UnsafeUnpin for FloatToQuantity<G, E>where
E: UnsafeUnpin,
G: ?Sized,
impl<G, E> !UnwindSafe for FloatToQuantity<G, E>
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