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_intvif_index: u8mac: [u8; 6]ipv4: wlan_netif__bindgen_ty_1netif: netif__bindgen_anon_1: wlan_netif__bindgen_ty_2Trait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> TPerforms the conversion.
pub fn into(self) -> U
pub fn into(self) -> UPerforms the conversion.