#[repr(C)]pub struct NetLegacy {
pub has_vlan: bool,
pub vlan: i32,
pub has_id: bool,
pub id: *mut i8,
pub has_name: bool,
pub name: *mut i8,
pub opts: *mut NetLegacyOptions,
}Fields§
§has_vlan: bool§vlan: i32§has_id: bool§id: *mut i8§has_name: bool§name: *mut i8§opts: *mut NetLegacyOptionsTrait Implementations§
Auto Trait Implementations§
impl Freeze for NetLegacy
impl RefUnwindSafe for NetLegacy
impl !Send for NetLegacy
impl !Sync for NetLegacy
impl Unpin for NetLegacy
impl UnwindSafe for NetLegacy
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