pub struct CurrentLoop {
pub current_a: f64,
pub radius_m: f64,
}Fields§
§current_a: f64§radius_m: f64Implementations§
Source§impl CurrentLoop
impl CurrentLoop
Trait Implementations§
Source§impl Clone for CurrentLoop
impl Clone for CurrentLoop
Source§fn clone(&self) -> CurrentLoop
fn clone(&self) -> CurrentLoop
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CurrentLoop
impl Debug for CurrentLoop
impl Copy for CurrentLoop
Auto Trait Implementations§
impl Freeze for CurrentLoop
impl RefUnwindSafe for CurrentLoop
impl Send for CurrentLoop
impl Sync for CurrentLoop
impl Unpin for CurrentLoop
impl UnsafeUnpin for CurrentLoop
impl UnwindSafe for CurrentLoop
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