Struct bl602_sdk::wifi::ip4_addr [−][src]
#[repr(C)]pub struct ip4_addr { pub addr: u32_t, }
Expand description
This is the aligned version of ip4_addr_t, used as local variable, on the stack, etc.
Fields
addr: u32_t
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.