#[repr(C)]pub struct iv_netinfo_s {}Fields§
§connected: i32§name: [u8; 64]§device: [u8; 64]§security: [u8; 64]§prefix: [u8; 64]§index: i32§atime: i32§speed: i32§reserved_0e: i32§bytes_in: u32§bytes_out: u32§packets_in: u32§packets_out: u32Trait Implementations§
Source§impl Clone for iv_netinfo_s
impl Clone for iv_netinfo_s
Source§fn clone(&self) -> iv_netinfo_s
fn clone(&self) -> iv_netinfo_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for iv_netinfo_s
Auto Trait Implementations§
impl Freeze for iv_netinfo_s
impl RefUnwindSafe for iv_netinfo_s
impl Send for iv_netinfo_s
impl Sync for iv_netinfo_s
impl Unpin for iv_netinfo_s
impl UnwindSafe for iv_netinfo_s
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