#[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 for DiscoverySupport
impl PartialEq for DiscoverySupport
impl Copy for DiscoverySupport
impl StructuralPartialEq for DiscoverySupport
Auto Trait Implementations§
impl Freeze for DiscoverySupport
impl RefUnwindSafe for DiscoverySupport
impl Send for DiscoverySupport
impl Sync for DiscoverySupport
impl Unpin for DiscoverySupport
impl UnwindSafe for DiscoverySupport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)