pub struct ifaddrs { /* private fields */ }Expand description
An entry in a linked list describing the network interfaces of the local system.
Auto Trait Implementations§
impl Freeze for ifaddrs
impl RefUnwindSafe for ifaddrs
impl !Send for ifaddrs
impl !Sync for ifaddrs
impl Unpin for ifaddrs
impl UnsafeUnpin for ifaddrs
impl UnwindSafe for ifaddrs
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