pub struct DisconnectInfo {
pub connected_duration: MonotonicDuration,
pub is_sme_reconnecting: bool,
pub disconnect_source: DisconnectSource,
pub original_bss_desc: Box<BssDescription>,
pub current_rssi_dbm: i8,
pub current_snr_db: i8,
pub current_channel: Channel,
}
Fields§
§connected_duration: MonotonicDuration
§is_sme_reconnecting: bool
§disconnect_source: DisconnectSource
§original_bss_desc: Box<BssDescription>
§current_rssi_dbm: i8
§current_snr_db: i8
§current_channel: Channel
Trait Implementations§
Source§impl Clone for DisconnectInfo
impl Clone for DisconnectInfo
Source§fn clone(&self) -> DisconnectInfo
fn clone(&self) -> DisconnectInfo
Returns a copy 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 moreSource§impl Debug for DisconnectInfo
impl Debug for DisconnectInfo
Source§impl PartialEq for DisconnectInfo
impl PartialEq for DisconnectInfo
impl StructuralPartialEq for DisconnectInfo
Auto Trait Implementations§
impl Freeze for DisconnectInfo
impl RefUnwindSafe for DisconnectInfo
impl Send for DisconnectInfo
impl Sync for DisconnectInfo
impl Unpin for DisconnectInfo
impl UnwindSafe for DisconnectInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)