pub struct RadioRange {
pub range_miles: f64,
}Fields§
§range_miles: f64Implementations§
Trait Implementations§
Source§impl Clone for RadioRange
impl Clone for RadioRange
Source§fn clone(&self) -> RadioRange
fn clone(&self) -> RadioRange
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 RadioRange
impl Debug for RadioRange
Source§impl PartialEq for RadioRange
impl PartialEq for RadioRange
Source§fn eq(&self, other: &RadioRange) -> bool
fn eq(&self, other: &RadioRange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RadioRange
impl StructuralPartialEq for RadioRange
Auto Trait Implementations§
impl Freeze for RadioRange
impl RefUnwindSafe for RadioRange
impl Send for RadioRange
impl Sync for RadioRange
impl Unpin for RadioRange
impl UnsafeUnpin for RadioRange
impl UnwindSafe for RadioRange
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