Struct banjo_fuchsia_wlan_common::SaeFeature
source · #[repr(C)]pub struct SaeFeature {
pub driver_handler_supported: bool,
pub sme_handler_supported: bool,
}
Fields§
§driver_handler_supported: bool
§sme_handler_supported: bool
Trait Implementations§
source§impl Clone for SaeFeature
impl Clone for SaeFeature
source§fn clone(&self) -> SaeFeature
fn clone(&self) -> SaeFeature
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 SaeFeature
impl Debug for SaeFeature
source§impl PartialEq<SaeFeature> for SaeFeature
impl PartialEq<SaeFeature> for SaeFeature
source§fn eq(&self, other: &SaeFeature) -> bool
fn eq(&self, other: &SaeFeature) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.