#[repr(C)]pub struct ifreq {
pub ifr_ifrn: ifreq__bindgen_ty_1,
pub ifr_ifru: ifreq__bindgen_ty_2,
}Fields
ifr_ifrn: ifreq__bindgen_ty_1ifr_ifru: ifreq__bindgen_ty_2Trait Implementations
impl Copy for ifreq
Auto Trait Implementations
impl RefUnwindSafe for ifreq
impl !Send for ifreq
impl !Sync for ifreq
impl Unpin for ifreq
impl UnwindSafe for ifreq
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more