#[repr(C)]pub struct if_clonereq {
pub ifcr_total: c_int,
pub ifcr_count: c_int,
pub ifcr_buffer: *mut c_char,
}Fields§
§ifcr_total: c_int§ifcr_count: c_int§ifcr_buffer: *mut c_charTrait Implementations§
Source§impl Clone for if_clonereq
impl Clone for if_clonereq
Source§fn clone(&self) -> if_clonereq
fn clone(&self) -> if_clonereq
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 if_clonereq
impl Debug for if_clonereq
impl Copy for if_clonereq
Auto Trait Implementations§
impl Freeze for if_clonereq
impl RefUnwindSafe for if_clonereq
impl !Send for if_clonereq
impl !Sync for if_clonereq
impl Unpin for if_clonereq
impl UnwindSafe for if_clonereq
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