pub enum AccessPointStationEventInfo {
Connected(AccessPointStationConnectedInfo),
Disconnected(AccessPointStationDisconnectedInfo),
}Available on crate feature
wifi only.Expand description
Variants§
Connected(AccessPointStationConnectedInfo)
Information about a station connected to the access point.
Disconnected(AccessPointStationDisconnectedInfo)
Information about a station disconnected from the access point.
Trait Implementations§
Source§impl Clone for AccessPointStationEventInfo
impl Clone for AccessPointStationEventInfo
Source§fn clone(&self) -> AccessPointStationEventInfo
fn clone(&self) -> AccessPointStationEventInfo
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 AccessPointStationEventInfo
impl Debug for AccessPointStationEventInfo
Source§impl Format for AccessPointStationEventInfo
impl Format for AccessPointStationEventInfo
Source§impl Hash for AccessPointStationEventInfo
impl Hash for AccessPointStationEventInfo
Source§impl PartialEq for AccessPointStationEventInfo
impl PartialEq for AccessPointStationEventInfo
impl Copy for AccessPointStationEventInfo
impl Eq for AccessPointStationEventInfo
impl StructuralPartialEq for AccessPointStationEventInfo
Auto Trait Implementations§
impl Freeze for AccessPointStationEventInfo
impl RefUnwindSafe for AccessPointStationEventInfo
impl Send for AccessPointStationEventInfo
impl Sync for AccessPointStationEventInfo
impl Unpin for AccessPointStationEventInfo
impl UnwindSafe for AccessPointStationEventInfo
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)