pub struct IfAddrs(/* private fields */);
Implementations§
Trait Implementations§
Source§impl ForeignType for IfAddrs
impl ForeignType for IfAddrs
Source§impl<'a> IntoIterator for &'a IfAddrs
impl<'a> IntoIterator for &'a IfAddrs
impl Send for IfAddrs
impl Sync for IfAddrs
Auto Trait Implementations§
impl Freeze for IfAddrs
impl RefUnwindSafe for IfAddrs
impl Unpin 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