pub struct NeighborAwarenessNetworkingReplied<'a>(/* private fields */);Available on crate feature
unstable only.Expand description
Implementations§
Source§impl NeighborAwarenessNetworkingReplied<'_>
impl NeighborAwarenessNetworkingReplied<'_>
Sourcepub fn subscribe_id(&self) -> u8
pub fn subscribe_id(&self) -> u8
Get the Subscribe Service ID.
Sourcepub fn publish_id(&self) -> u8
pub fn publish_id(&self) -> u8
Get the Publish Service ID.
Sourcepub fn sub_if_mac(&self) -> &[u8]
pub fn sub_if_mac(&self) -> &[u8]
Get the NAN Interface MAC of the Subscriber.
Trait Implementations§
Source§impl<'a> Clone for NeighborAwarenessNetworkingReplied<'a>
impl<'a> Clone for NeighborAwarenessNetworkingReplied<'a>
Source§fn clone(&self) -> NeighborAwarenessNetworkingReplied<'a>
fn clone(&self) -> NeighborAwarenessNetworkingReplied<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for NeighborAwarenessNetworkingReplied<'a>
Auto Trait Implementations§
impl<'a> Freeze for NeighborAwarenessNetworkingReplied<'a>
impl<'a> RefUnwindSafe for NeighborAwarenessNetworkingReplied<'a>
impl<'a> Send for NeighborAwarenessNetworkingReplied<'a>
impl<'a> Sync for NeighborAwarenessNetworkingReplied<'a>
impl<'a> Unpin for NeighborAwarenessNetworkingReplied<'a>
impl<'a> UnwindSafe for NeighborAwarenessNetworkingReplied<'a>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)