#[repr(C)]pub struct DOT11_WFD_CHANNEL {
pub CountryRegionString: DOT11_COUNTRY_OR_REGION_STRING,
pub OperatingClass: UCHAR,
pub ChannelNumber: UCHAR,
}
Fields§
§CountryRegionString: DOT11_COUNTRY_OR_REGION_STRING
§OperatingClass: UCHAR
§ChannelNumber: UCHAR
Trait Implementations§
Source§impl Clone for DOT11_WFD_CHANNEL
impl Clone for DOT11_WFD_CHANNEL
Source§fn clone(&self) -> DOT11_WFD_CHANNEL
fn clone(&self) -> DOT11_WFD_CHANNEL
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 Default for DOT11_WFD_CHANNEL
impl Default for DOT11_WFD_CHANNEL
Source§fn default() -> DOT11_WFD_CHANNEL
fn default() -> DOT11_WFD_CHANNEL
Returns the “default value” for a type. Read more
impl Copy for DOT11_WFD_CHANNEL
Auto Trait Implementations§
impl Freeze for DOT11_WFD_CHANNEL
impl RefUnwindSafe for DOT11_WFD_CHANNEL
impl Send for DOT11_WFD_CHANNEL
impl Sync for DOT11_WFD_CHANNEL
impl Unpin for DOT11_WFD_CHANNEL
impl UnwindSafe for DOT11_WFD_CHANNEL
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