#[repr(C)]pub struct ifreq__bindgen_ty_1 {
pub ifrn_name: __BindgenUnionField<[c_uchar; 16]>,
pub bindgen_union_field: [u8; 16],
}
Fields§
§ifrn_name: __BindgenUnionField<[c_uchar; 16]>
§bindgen_union_field: [u8; 16]
Trait Implementations§
Source§impl Clone for ifreq__bindgen_ty_1
impl Clone for ifreq__bindgen_ty_1
Source§impl Debug for ifreq__bindgen_ty_1
impl Debug for ifreq__bindgen_ty_1
Source§impl Default for ifreq__bindgen_ty_1
impl Default for ifreq__bindgen_ty_1
Source§fn default() -> ifreq__bindgen_ty_1
fn default() -> ifreq__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Copy for ifreq__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for ifreq__bindgen_ty_1
impl RefUnwindSafe for ifreq__bindgen_ty_1
impl Send for ifreq__bindgen_ty_1
impl Sync for ifreq__bindgen_ty_1
impl Unpin for ifreq__bindgen_ty_1
impl UnwindSafe for ifreq__bindgen_ty_1
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