Struct ApStaInfo
#[repr(transparent)]pub struct ApStaInfo(ApStaInfoInner);Tuple Fields§
§0: ApStaInfoInnerImplementations§
§impl ApStaInfo
impl ApStaInfo
pub(crate) const fn from_sys_ref(info: &ApStaInfoInner) -> &Self
pub const fn mac(&self) -> &MacAddress
pub const fn mac(&self) -> &MacAddress
Returns the MAC address of the station.
pub fn hostname(&self) -> Result<&str, StringError>
pub fn hostname(&self) -> Result<&str, StringError>
Returns the hostname of the station.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApStaInfo
impl RefUnwindSafe for ApStaInfo
impl Send for ApStaInfo
impl Sync for ApStaInfo
impl Unpin for ApStaInfo
impl UnwindSafe for ApStaInfo
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