Union libc::__c_anonymous_ifc_ifcu
source · [−]#[repr(C)]
pub union __c_anonymous_ifc_ifcu {
pub ifcu_buf: *mut c_char,
pub ifcu_req: *mut ifreq,
}Fields
ifcu_buf: *mut c_charifcu_req: *mut ifreqTrait Implementations
sourceimpl Clone for __c_anonymous_ifc_ifcu
impl Clone for __c_anonymous_ifc_ifcu
sourcefn clone(&self) -> __c_anonymous_ifc_ifcu
fn clone(&self) -> __c_anonymous_ifc_ifcu
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for __c_anonymous_ifc_ifcu
Auto Trait Implementations
impl RefUnwindSafe for __c_anonymous_ifc_ifcu
impl !Send for __c_anonymous_ifc_ifcu
impl !Sync for __c_anonymous_ifc_ifcu
impl Unpin for __c_anonymous_ifc_ifcu
impl UnwindSafe for __c_anonymous_ifc_ifcu
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more