#[repr(C)]pub struct ifaddr {
pub ifa_addr: sockaddr,
pub ifa_ifu: Union_Unnamed1,
pub ifa_ifp: *mut iface,
pub ifa_next: *mut ifaddr,
}Fields§
§ifa_addr: sockaddr§ifa_ifu: Union_Unnamed1§ifa_ifp: *mut iface§ifa_next: *mut ifaddrTrait Implementations§
Auto Trait Implementations§
impl !Send for ifaddr
impl !Sync for ifaddr
impl Freeze for ifaddr
impl RefUnwindSafe for ifaddr
impl Unpin for ifaddr
impl UnsafeUnpin for ifaddr
impl UnwindSafe for ifaddr
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