pub struct AccessPointStationDisconnected<'a>(/* private fields */);Available on crate feature
unstable only.Expand description
Implementations§
Source§impl AccessPointStationDisconnected<'_>
impl AccessPointStationDisconnected<'_>
Sourcepub fn is_mesh_child(&self) -> bool
pub fn is_mesh_child(&self) -> bool
Flag indicating whether the connected station is a mesh child.
Trait Implementations§
Source§impl<'a> Clone for AccessPointStationDisconnected<'a>
impl<'a> Clone for AccessPointStationDisconnected<'a>
Source§fn clone(&self) -> AccessPointStationDisconnected<'a>
fn clone(&self) -> AccessPointStationDisconnected<'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 AccessPointStationDisconnected<'a>
Auto Trait Implementations§
impl<'a> Freeze for AccessPointStationDisconnected<'a>
impl<'a> RefUnwindSafe for AccessPointStationDisconnected<'a>
impl<'a> Send for AccessPointStationDisconnected<'a>
impl<'a> Sync for AccessPointStationDisconnected<'a>
impl<'a> Unpin for AccessPointStationDisconnected<'a>
impl<'a> UnwindSafe for AccessPointStationDisconnected<'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)