#[non_exhaustive]pub struct AccessPointStationConnectedInfo {
pub mac: [u8; 6],
pub aid: u16,
pub is_mesh_child: bool,
}Available on crate feature
wifi only.Expand description
Information about a station connected to the access point.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.mac: [u8; 6]The MAC address.
aid: u16The Association ID (AID) of the connected station.
is_mesh_child: boolIf this is a mesh child.
Trait Implementations§
Source§impl Clone for AccessPointStationConnectedInfo
impl Clone for AccessPointStationConnectedInfo
Source§fn clone(&self) -> AccessPointStationConnectedInfo
fn clone(&self) -> AccessPointStationConnectedInfo
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 moreSource§impl Debug for AccessPointStationConnectedInfo
impl Debug for AccessPointStationConnectedInfo
Source§impl Format for AccessPointStationConnectedInfowhere
[u8; 6]: Format,
impl Format for AccessPointStationConnectedInfowhere
[u8; 6]: Format,
Source§impl Hash for AccessPointStationConnectedInfo
impl Hash for AccessPointStationConnectedInfo
Source§impl PartialEq for AccessPointStationConnectedInfo
impl PartialEq for AccessPointStationConnectedInfo
impl Copy for AccessPointStationConnectedInfo
impl Eq for AccessPointStationConnectedInfo
impl StructuralPartialEq for AccessPointStationConnectedInfo
Auto Trait Implementations§
impl Freeze for AccessPointStationConnectedInfo
impl RefUnwindSafe for AccessPointStationConnectedInfo
impl Send for AccessPointStationConnectedInfo
impl Sync for AccessPointStationConnectedInfo
impl Unpin for AccessPointStationConnectedInfo
impl UnsafeUnpin for AccessPointStationConnectedInfo
impl UnwindSafe for AccessPointStationConnectedInfo
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)