Struct banjo_fuchsia_wlan_common::WlanChannel
source · #[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<WlanChannel> for WlanChannel
impl PartialEq<WlanChannel> for WlanChannel
source§fn eq(&self, other: &WlanChannel) -> bool
fn eq(&self, other: &WlanChannel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.