#[repr(C)]pub struct in6_ifreq {
pub ifr_name: [c_char; 16],
pub ifr_ifru: __c_anonymous_ifr_ifru6,
}
Fields§
§ifr_name: [c_char; 16]
§ifr_ifru: __c_anonymous_ifr_ifru6
Trait Implementations§
impl Copy for in6_ifreq
impl Eq for in6_ifreq
Auto Trait Implementations§
impl Freeze for in6_ifreq
impl RefUnwindSafe for in6_ifreq
impl !Send for in6_ifreq
impl !Sync for in6_ifreq
impl Unpin for in6_ifreq
impl UnwindSafe for in6_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