pub struct StraightWire {
pub current_a: f64,
}Fields§
§current_a: f64Implementations§
Source§impl StraightWire
impl StraightWire
Trait Implementations§
Source§impl Clone for StraightWire
impl Clone for StraightWire
Source§fn clone(&self) -> StraightWire
fn clone(&self) -> StraightWire
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 StraightWire
impl Debug for StraightWire
impl Copy for StraightWire
Auto Trait Implementations§
impl Freeze for StraightWire
impl RefUnwindSafe for StraightWire
impl Send for StraightWire
impl Sync for StraightWire
impl Unpin for StraightWire
impl UnsafeUnpin for StraightWire
impl UnwindSafe for StraightWire
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