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