#[repr(C)]
pub union lifconf_lifcu {
pub lifcu_buf: caddr_t,
pub lifcu_req: *mut lifreq,
}
Fields§
§lifcu_buf: caddr_t
§lifcu_req: *mut lifreq
Trait Implementations§
Source§impl Clone for lifconf_lifcu
impl Clone for lifconf_lifcu
Source§fn clone(&self) -> lifconf_lifcu
fn clone(&self) -> lifconf_lifcu
Returns a copy 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 moreimpl Copy for lifconf_lifcu
Auto Trait Implementations§
impl Freeze for lifconf_lifcu
impl RefUnwindSafe for lifconf_lifcu
impl !Send for lifconf_lifcu
impl !Sync for lifconf_lifcu
impl Unpin for lifconf_lifcu
impl UnwindSafe for lifconf_lifcu
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