#[repr(C)]pub struct _vnet_feature_constraint_registration {
pub next: *mut _vnet_feature_constraint_registration,
pub next_in_arc: *mut _vnet_feature_constraint_registration,
pub arc_name: *mut c_char,
pub feature_arc_index: u8_,
pub node_names: *mut *mut c_char,
}Fields§
§next: *mut _vnet_feature_constraint_registration§next_in_arc: *mut _vnet_feature_constraint_registration§arc_name: *mut c_char§feature_arc_index: u8_§node_names: *mut *mut c_charTrait Implementations§
Source§impl Clone for _vnet_feature_constraint_registration
impl Clone for _vnet_feature_constraint_registration
Source§fn clone(&self) -> _vnet_feature_constraint_registration
fn clone(&self) -> _vnet_feature_constraint_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_constraint_registration
Auto Trait Implementations§
impl Freeze for _vnet_feature_constraint_registration
impl RefUnwindSafe for _vnet_feature_constraint_registration
impl !Send for _vnet_feature_constraint_registration
impl !Sync for _vnet_feature_constraint_registration
impl Unpin for _vnet_feature_constraint_registration
impl UnsafeUnpin for _vnet_feature_constraint_registration
impl UnwindSafe for _vnet_feature_constraint_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