Struct panda_sys::Netdev [−][src]
#[repr(C)]pub struct Netdev { pub id: *mut c_char, pub type_: NetClientDriver, pub u: Netdev__bindgen_ty_1, }
Fields
id: *mut c_chartype_: NetClientDriveru: Netdev__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Netdevimpl UnwindSafe for NetdevBlanket Implementations
Mutably borrows from an owned value. Read more