pub enum SecondaryChannel {
None,
Above,
Below,
}Available on crate feature
wifi only.Expand description
Secondary Wi-Fi channels.
Variants§
None
No secondary channel (default).
Above
Secondary channel is above the primary channel.
Below
Secondary channel is below the primary channel.
Trait Implementations§
Source§impl Clone for SecondaryChannel
impl Clone for SecondaryChannel
Source§fn clone(&self) -> SecondaryChannel
fn clone(&self) -> SecondaryChannel
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 SecondaryChannel
impl Debug for SecondaryChannel
Source§impl Default for SecondaryChannel
impl Default for SecondaryChannel
Source§fn default() -> SecondaryChannel
fn default() -> SecondaryChannel
Returns the “default value” for a type. Read more
Source§impl Format for SecondaryChannel
impl Format for SecondaryChannel
Source§impl PartialEq for SecondaryChannel
impl PartialEq for SecondaryChannel
Source§impl PartialOrd for SecondaryChannel
impl PartialOrd for SecondaryChannel
Source§fn partial_cmp(&self, other: &SecondaryChannel) -> Option<Ordering>
fn partial_cmp(&self, other: &SecondaryChannel) -> Option<Ordering>
impl Eq for SecondaryChannel
impl StructuralPartialEq for SecondaryChannel
Auto Trait Implementations§
impl Freeze for SecondaryChannel
impl RefUnwindSafe for SecondaryChannel
impl Send for SecondaryChannel
impl Sync for SecondaryChannel
impl Unpin for SecondaryChannel
impl UnwindSafe for SecondaryChannel
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)