pub struct IpAddresses {
pub ip: Ipv4Addr,
pub gateway: Ipv4Addr,
pub netmask: Ipv4Addr,
}
Expand description
IP addresses for the board, including its own address, netmask and gateway.
Fields§
§ip: Ipv4Addr
§gateway: Ipv4Addr
§netmask: Ipv4Addr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpAddresses
impl RefUnwindSafe for IpAddresses
impl Send for IpAddresses
impl Sync for IpAddresses
impl Unpin for IpAddresses
impl UnwindSafe for IpAddresses
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more