#[non_exhaustive]pub struct Bandwidths { /* private fields */ }Available on crate feature
wifi only.Expand description
Supported Wi-Fi protocols for each band.
Implementations§
Trait Implementations§
Source§impl Clone for Bandwidths
impl Clone for Bandwidths
Source§fn clone(&self) -> Bandwidths
fn clone(&self) -> Bandwidths
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Bandwidths
impl Debug for Bandwidths
Source§impl Format for Bandwidths
impl Format for Bandwidths
Source§impl Hash for Bandwidths
impl Hash for Bandwidths
Source§impl PartialEq for Bandwidths
impl PartialEq for Bandwidths
impl Copy for Bandwidths
impl Eq for Bandwidths
impl StructuralPartialEq for Bandwidths
Auto Trait Implementations§
impl Freeze for Bandwidths
impl RefUnwindSafe for Bandwidths
impl Send for Bandwidths
impl Sync for Bandwidths
impl Unpin for Bandwidths
impl UnwindSafe for Bandwidths
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)