#[repr(C)]pub struct rte_devargs {
pub next: rte_devargs__bindgen_ty_1,
pub type_: Type,
pub policy: Type,
pub name: [c_char; 64],
pub __bindgen_anon_1: rte_devargs__bindgen_ty_2,
pub bus: *mut rte_bus,
pub cls: *mut rte_class,
pub bus_str: *const c_char,
pub cls_str: *const c_char,
pub data: *const c_char,
}Fields§
§next: rte_devargs__bindgen_ty_1§type_: Type§policy: Type§name: [c_char; 64]§__bindgen_anon_1: rte_devargs__bindgen_ty_2§bus: *mut rte_bus§cls: *mut rte_class§bus_str: *const c_char§cls_str: *const c_char§data: *const c_charTrait Implementations§
Source§impl Clone for rte_devargs
impl Clone for rte_devargs
Source§fn clone(&self) -> rte_devargs
fn clone(&self) -> rte_devargs
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 Default for rte_devargs
impl Default for rte_devargs
impl Copy for rte_devargs
Auto Trait Implementations§
impl Freeze for rte_devargs
impl RefUnwindSafe for rte_devargs
impl !Send for rte_devargs
impl !Sync for rte_devargs
impl Unpin for rte_devargs
impl UnwindSafe for rte_devargs
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