#[repr(C)]pub struct lifconf {
pub lifc_family: sa_family_t,
pub lifc_flags: c_int,
pub lifc_len: c_int,
pub lifc_lifcu: lifconf_lifcu,
}
Fields§
§lifc_family: sa_family_t
§lifc_flags: c_int
§lifc_len: c_int
§lifc_lifcu: lifconf_lifcu
Trait Implementations§
Auto Trait Implementations§
impl Freeze for lifconf
impl RefUnwindSafe for lifconf
impl !Send for lifconf
impl !Sync for lifconf
impl Unpin for lifconf
impl UnwindSafe for lifconf
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