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