pub struct StationWifiProtectedStatusEnrolleeSuccess<'a>(/* private fields */);Available on crate feature
unstable only.Expand description
Implementations§
Source§impl StationWifiProtectedStatusEnrolleeSuccess<'_>
impl StationWifiProtectedStatusEnrolleeSuccess<'_>
Sourcepub fn access_point_cred_cnt(&self) -> u8
pub fn access_point_cred_cnt(&self) -> u8
Get number of access point credentials received.
Sourcepub fn access_point_cred(&self) -> &[AccessPointCredential<'_>]
pub fn access_point_cred(&self) -> &[AccessPointCredential<'_>]
Get all access point credentials received.
Trait Implementations§
Source§impl<'a> Clone for StationWifiProtectedStatusEnrolleeSuccess<'a>
impl<'a> Clone for StationWifiProtectedStatusEnrolleeSuccess<'a>
Source§fn clone(&self) -> StationWifiProtectedStatusEnrolleeSuccess<'a>
fn clone(&self) -> StationWifiProtectedStatusEnrolleeSuccess<'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 StationWifiProtectedStatusEnrolleeSuccess<'a>
Auto Trait Implementations§
impl<'a> Freeze for StationWifiProtectedStatusEnrolleeSuccess<'a>
impl<'a> RefUnwindSafe for StationWifiProtectedStatusEnrolleeSuccess<'a>
impl<'a> Send for StationWifiProtectedStatusEnrolleeSuccess<'a>
impl<'a> Sync for StationWifiProtectedStatusEnrolleeSuccess<'a>
impl<'a> Unpin for StationWifiProtectedStatusEnrolleeSuccess<'a>
impl<'a> UnwindSafe for StationWifiProtectedStatusEnrolleeSuccess<'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)