#[repr(C)]pub struct iw_mlme {
pub cmd: __u16,
pub reason_code: __u16,
pub addr: sockaddr,
}
Fields§
§cmd: __u16
§reason_code: __u16
§addr: sockaddr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for iw_mlme
impl RefUnwindSafe for iw_mlme
impl Send for iw_mlme
impl Sync for iw_mlme
impl Unpin for iw_mlme
impl UnwindSafe for iw_mlme
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