Struct bl602_sdk::wifi::wlan_netif [−][src]
#[repr(C)]pub struct wlan_netif { pub mode: c_int, pub vif_index: u8, pub mac: [u8; 6], pub ipv4: wlan_netif__bindgen_ty_1, pub netif: netif, pub __bindgen_anon_1: wlan_netif__bindgen_ty_2, }
Fields
mode: c_int
vif_index: u8
mac: [u8; 6]
ipv4: wlan_netif__bindgen_ty_1
netif: netif
__bindgen_anon_1: wlan_netif__bindgen_ty_2
Trait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.