#[repr(C)]pub struct _vnet_feature_arc_registration {
pub next: *mut _vnet_feature_arc_registration,
pub arc_name: *mut c_char,
pub start_nodes: *mut *mut c_char,
pub n_start_nodes: c_int,
pub last_in_arc: *mut c_char,
pub feature_arc_index: u8_,
pub arc_index_ptr: *mut u8_,
}Fields§
§next: *mut _vnet_feature_arc_registration§arc_name: *mut c_char§start_nodes: *mut *mut c_char§n_start_nodes: c_int§last_in_arc: *mut c_char§feature_arc_index: u8_§arc_index_ptr: *mut u8_Trait Implementations§
Source§impl Clone for _vnet_feature_arc_registration
impl Clone for _vnet_feature_arc_registration
Source§fn clone(&self) -> _vnet_feature_arc_registration
fn clone(&self) -> _vnet_feature_arc_registration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _vnet_feature_arc_registration
Auto Trait Implementations§
impl Freeze for _vnet_feature_arc_registration
impl RefUnwindSafe for _vnet_feature_arc_registration
impl !Send for _vnet_feature_arc_registration
impl !Sync for _vnet_feature_arc_registration
impl Unpin for _vnet_feature_arc_registration
impl UnsafeUnpin for _vnet_feature_arc_registration
impl UnwindSafe for _vnet_feature_arc_registration
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