Struct InfoV4
#[repr(C)]pub struct InfoV4 {
pub name: [c_char; 16],
pub status: DataCallStatus,
pub reconnect: bool,
pub addr: AddressStatusV4,
pub stats: PacketStats,
}Fields§
§name: [c_char; 16]Interface Name.
status: DataCallStatusThe dial status.
reconnect: boolWhether to re-dial after disconnecting the network.
addr: AddressStatusV4IPv4 IP Address information.
stats: PacketStatsIPv4 statics.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfoV4
impl RefUnwindSafe for InfoV4
impl Send for InfoV4
impl Sync for InfoV4
impl Unpin for InfoV4
impl UnwindSafe for InfoV4
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