#[repr(C)]pub union ifreq__bindgen_ty_2 {
Show 13 fields
pub ifru_addr: sockaddr,
pub ifru_dstaddr: sockaddr,
pub ifru_broadaddr: sockaddr,
pub ifru_netmask: sockaddr,
pub ifru_hwaddr: sockaddr,
pub ifru_flags: c_short,
pub ifru_ivalue: c_int,
pub ifru_mtu: c_int,
pub ifru_map: ifmap,
pub ifru_slave: [c_char; 16],
pub ifru_newname: [c_char; 16],
pub ifru_data: uaddr,
pub ifru_settings: if_settings,
}Fields§
§ifru_addr: sockaddr§ifru_dstaddr: sockaddr§ifru_broadaddr: sockaddr§ifru_netmask: sockaddr§ifru_hwaddr: sockaddr§ifru_flags: c_short§ifru_ivalue: c_int§ifru_mtu: c_int§ifru_map: ifmap§ifru_slave: [c_char; 16]§ifru_newname: [c_char; 16]§ifru_data: uaddr§ifru_settings: if_settingsTrait Implementations§
Source§impl Clone for ifreq__bindgen_ty_2
impl Clone for ifreq__bindgen_ty_2
Source§fn clone(&self) -> ifreq__bindgen_ty_2
fn clone(&self) -> ifreq__bindgen_ty_2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ifreq__bindgen_ty_2
impl Default for ifreq__bindgen_ty_2
Source§impl FromBytes for ifreq__bindgen_ty_2
impl FromBytes for ifreq__bindgen_ty_2
Source§fn ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
fn ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
Source§fn ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
fn ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
Source§fn ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: Immutable + KnownLayout,
fn ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: Immutable + KnownLayout,
Interprets the suffix of the given bytes as a
&Self. Read moreSource§impl FromZeros for ifreq__bindgen_ty_2
impl FromZeros for ifreq__bindgen_ty_2
Source§impl KnownLayout for ifreq__bindgen_ty_2where
Self: Sized,
impl KnownLayout for ifreq__bindgen_ty_2where
Self: Sized,
Source§type PointerMetadata = ()
type PointerMetadata = ()
The type of metadata stored in a pointer to
Self. Read moreSource§fn size_for_metadata(meta: Self::PointerMetadata) -> Option<usize>
fn size_for_metadata(meta: Self::PointerMetadata) -> Option<usize>
Computes the size of an object of type
Self with the given pointer
metadata. Read moreSource§impl TryFromBytes for ifreq__bindgen_ty_2where
sockaddr: TryFromBytes + Immutable,
c_short: TryFromBytes + Immutable,
c_int: TryFromBytes + Immutable,
ifmap: TryFromBytes + Immutable,
[c_char; 16]: TryFromBytes + Immutable,
uaddr: TryFromBytes + Immutable,
if_settings: TryFromBytes + Immutable,
impl TryFromBytes for ifreq__bindgen_ty_2where
sockaddr: TryFromBytes + Immutable,
c_short: TryFromBytes + Immutable,
c_int: TryFromBytes + Immutable,
ifmap: TryFromBytes + Immutable,
[c_char; 16]: TryFromBytes + Immutable,
uaddr: TryFromBytes + Immutable,
if_settings: TryFromBytes + Immutable,
Source§fn try_ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
fn try_ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
Source§fn try_ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
fn try_ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
Source§fn try_ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
fn try_ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Copy for ifreq__bindgen_ty_2
impl Immutable for ifreq__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for ifreq__bindgen_ty_2
impl RefUnwindSafe for ifreq__bindgen_ty_2
impl Send for ifreq__bindgen_ty_2
impl Sync for ifreq__bindgen_ty_2
impl Unpin for ifreq__bindgen_ty_2
impl UnwindSafe for ifreq__bindgen_ty_2
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