#[repr(u32)]pub enum fe_bandwidth {
BANDWIDTH_8_MHZ = 0,
BANDWIDTH_7_MHZ = 1,
BANDWIDTH_6_MHZ = 2,
BANDWIDTH_AUTO = 3,
BANDWIDTH_5_MHZ = 4,
BANDWIDTH_10_MHZ = 5,
BANDWIDTH_1_712_MHZ = 6,
}Variants§
BANDWIDTH_8_MHZ = 0
BANDWIDTH_7_MHZ = 1
BANDWIDTH_6_MHZ = 2
BANDWIDTH_AUTO = 3
BANDWIDTH_5_MHZ = 4
BANDWIDTH_10_MHZ = 5
BANDWIDTH_1_712_MHZ = 6
Trait Implementations§
Source§impl Clone for fe_bandwidth
impl Clone for fe_bandwidth
Source§fn clone(&self) -> fe_bandwidth
fn clone(&self) -> fe_bandwidth
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 fe_bandwidth
Source§impl Debug for fe_bandwidth
impl Debug for fe_bandwidth
impl Eq for fe_bandwidth
Source§impl Hash for fe_bandwidth
impl Hash for fe_bandwidth
Source§impl PartialEq for fe_bandwidth
impl PartialEq for fe_bandwidth
Source§fn eq(&self, other: &fe_bandwidth) -> bool
fn eq(&self, other: &fe_bandwidth) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for fe_bandwidth
Auto Trait Implementations§
impl Freeze for fe_bandwidth
impl RefUnwindSafe for fe_bandwidth
impl Send for fe_bandwidth
impl Sync for fe_bandwidth
impl Unpin for fe_bandwidth
impl UnsafeUnpin for fe_bandwidth
impl UnwindSafe for fe_bandwidth
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