#[repr(C)]pub struct WlanChannel {
pub primary: u8,
pub cbw: ChannelBandwidth,
pub secondary80: u8,
}
Fields§
§primary: u8
§cbw: ChannelBandwidth
§secondary80: u8
Trait Implementations§
Source§impl Clone for WlanChannel
impl Clone for WlanChannel
Source§fn clone(&self) -> WlanChannel
fn clone(&self) -> WlanChannel
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 WlanChannel
impl Debug for WlanChannel
Source§impl PartialEq for WlanChannel
impl PartialEq for WlanChannel
impl Copy for WlanChannel
impl StructuralPartialEq for WlanChannel
Auto Trait Implementations§
impl Freeze for WlanChannel
impl RefUnwindSafe for WlanChannel
impl Send for WlanChannel
impl Sync for WlanChannel
impl Unpin for WlanChannel
impl UnwindSafe for WlanChannel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)