#[repr(C)]pub struct oifaliasreq {
pub ifra_name: [c_char; 16],
pub ifra_addr: sockaddr,
pub ifra_broadaddr: sockaddr,
pub ifra_mask: sockaddr,
}Expand description
9.x compat
Fields§
§ifra_name: [c_char; 16]if name, e.g. “en0”
ifra_addr: sockaddr§ifra_broadaddr: sockaddr§ifra_mask: sockaddrTrait Implementations§
Source§impl Clone for oifaliasreq
impl Clone for oifaliasreq
Source§fn clone(&self) -> oifaliasreq
fn clone(&self) -> oifaliasreq
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 Debug for oifaliasreq
impl Debug for oifaliasreq
impl Copy for oifaliasreq
Auto Trait Implementations§
impl Freeze for oifaliasreq
impl RefUnwindSafe for oifaliasreq
impl Send for oifaliasreq
impl Sync for oifaliasreq
impl Unpin for oifaliasreq
impl UnwindSafe for oifaliasreq
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