#[repr(C)]pub struct _vnet_feature_registration {
pub next: *mut _vnet_feature_registration,
pub next_in_arc: *mut _vnet_feature_registration,
pub arc_name: *mut c_char,
pub node_name: *mut c_char,
pub feature_index_ptr: *mut u32_,
pub feature_index: u32_,
pub runs_before: *mut *mut c_char,
pub runs_after: *mut *mut c_char,
pub enable_disable_cb: vnet_feature_enable_disable_function_t,
}Fields§
§next: *mut _vnet_feature_registration§next_in_arc: *mut _vnet_feature_registration§arc_name: *mut c_char§node_name: *mut c_char§feature_index_ptr: *mut u32_§feature_index: u32_§runs_before: *mut *mut c_char§runs_after: *mut *mut c_char§enable_disable_cb: vnet_feature_enable_disable_function_tImplementations§
Trait Implementations§
Source§impl Clone for _vnet_feature_registration
impl Clone for _vnet_feature_registration
Source§fn clone(&self) -> _vnet_feature_registration
fn clone(&self) -> _vnet_feature_registration
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 _vnet_feature_registration
impl Debug for _vnet_feature_registration
Source§impl Default for _vnet_feature_registration
impl Default for _vnet_feature_registration
impl Copy for _vnet_feature_registration
Auto Trait Implementations§
impl Freeze for _vnet_feature_registration
impl RefUnwindSafe for _vnet_feature_registration
impl !Send for _vnet_feature_registration
impl !Sync for _vnet_feature_registration
impl Unpin for _vnet_feature_registration
impl UnsafeUnpin for _vnet_feature_registration
impl UnwindSafe for _vnet_feature_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