#[repr(C)]pub struct vnet_feature_config_main_t_ {
pub config_main: vnet_config_main_t,
pub config_index_by_sw_if_index: *mut u32_,
}Fields§
§config_main: vnet_config_main_t§config_index_by_sw_if_index: *mut u32_Trait Implementations§
Source§impl Clone for vnet_feature_config_main_t_
impl Clone for vnet_feature_config_main_t_
Source§fn clone(&self) -> vnet_feature_config_main_t_
fn clone(&self) -> vnet_feature_config_main_t_
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 moreSource§impl Debug for vnet_feature_config_main_t_
impl Debug for vnet_feature_config_main_t_
impl Copy for vnet_feature_config_main_t_
Auto Trait Implementations§
impl Freeze for vnet_feature_config_main_t_
impl RefUnwindSafe for vnet_feature_config_main_t_
impl !Send for vnet_feature_config_main_t_
impl !Sync for vnet_feature_config_main_t_
impl Unpin for vnet_feature_config_main_t_
impl UnsafeUnpin for vnet_feature_config_main_t_
impl UnwindSafe for vnet_feature_config_main_t_
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