pub struct RadioFrequency { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RadioFrequency
impl Clone for RadioFrequency
Source§fn clone(&self) -> RadioFrequency
fn clone(&self) -> RadioFrequency
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 moreimpl Copy for RadioFrequency
Source§impl Debug for RadioFrequency
impl Debug for RadioFrequency
impl Eq for RadioFrequency
Source§impl PartialEq for RadioFrequency
impl PartialEq for RadioFrequency
impl StructuralPartialEq for RadioFrequency
Auto Trait Implementations§
impl Freeze for RadioFrequency
impl RefUnwindSafe for RadioFrequency
impl Send for RadioFrequency
impl Sync for RadioFrequency
impl Unpin for RadioFrequency
impl UnsafeUnpin for RadioFrequency
impl UnwindSafe for RadioFrequency
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