Struct EventApStaInfo
#[repr(C)]pub struct EventApStaInfo {
pub connected: bool,
pub mac: [c_uchar; 6],
}Fields§
§connected: boolIf connected is true, the station is connected wifi hotspot. If connected is false, the station is disconnected wifi hotspot.
mac: [c_uchar; 6]Trait Implementations§
§impl Clone for EventApStaInfo
impl Clone for EventApStaInfo
§fn clone(&self) -> EventApStaInfo
fn clone(&self) -> EventApStaInfo
Returns a duplicate 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 moreimpl Copy for EventApStaInfo
Auto Trait Implementations§
impl Freeze for EventApStaInfo
impl RefUnwindSafe for EventApStaInfo
impl Send for EventApStaInfo
impl Sync for EventApStaInfo
impl Unpin for EventApStaInfo
impl UnwindSafe for EventApStaInfo
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