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