Struct Ip4Config2InterfaceInfo
Source #[repr(C)]
pub struct Ip4Config2InterfaceInfo {
pub name: [Char16; 32],
pub if_type: u8,
pub hw_addr_size: u32,
pub hw_addr: MacAddress,
pub station_addr: Ipv4Address,
pub subnet_mask: Ipv4Address,
pub route_table_size: u32,
pub route_table: *mut Ip4RouteTable,
}
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.