#[repr(C)]pub struct FrequencyBand { /* private fields */ }
Trait Implementations§
Source§impl Clone for FrequencyBand
impl Clone for FrequencyBand
Source§fn clone(&self) -> FrequencyBand
fn clone(&self) -> FrequencyBand
Returns a copy of the value. Read more
1.0.0 · 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 FrequencyBand
impl Debug for FrequencyBand
impl Copy for FrequencyBand
Auto Trait Implementations§
impl Freeze for FrequencyBand
impl RefUnwindSafe for FrequencyBand
impl Send for FrequencyBand
impl Sync for FrequencyBand
impl Unpin for FrequencyBand
impl UnwindSafe for FrequencyBand
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