#[repr(C)]pub struct ifreq {
pub ifr_ifrn: Union_Unnamed2,
pub ifr_ifru: Union_Unnamed3,
}Fields§
§ifr_ifrn: Union_Unnamed2§ifr_ifru: Union_Unnamed3Trait Implementations§
impl Copy for ifreq
impl Eq for ifreq
Source§impl Ord for ifreq
impl Ord for ifreq
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for ifreq
impl PartialOrd for ifreq
impl StructuralPartialEq for ifreq
Auto Trait Implementations§
impl Freeze for ifreq
impl RefUnwindSafe for ifreq
impl Send for ifreq
impl Sync for ifreq
impl Unpin for ifreq
impl UnsafeUnpin for ifreq
impl UnwindSafe for ifreq
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