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