Struct bl602_sdk::wifi::wlan_netif__bindgen_ty_1 [−][src]
#[repr(C)]pub struct wlan_netif__bindgen_ty_1 { pub ip: u32, pub mask: u32, pub gw: u32, pub dns1: u32, pub dns2: u32, }
Fields
ip: u32
mask: u32
gw: u32
dns1: u32
dns2: u32
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for wlan_netif__bindgen_ty_1
impl Sync for wlan_netif__bindgen_ty_1
impl Unpin for wlan_netif__bindgen_ty_1
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.