#[repr(C)]pub struct rte_dev_event {
pub type_: Type,
pub subsystem: c_int,
pub devname: *mut c_char,
}Fields§
§type_: Type§subsystem: c_int§devname: *mut c_charTrait Implementations§
Source§impl Clone for rte_dev_event
impl Clone for rte_dev_event
Source§fn clone(&self) -> rte_dev_event
fn clone(&self) -> rte_dev_event
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 Debug for rte_dev_event
impl Debug for rte_dev_event
Source§impl Default for rte_dev_event
impl Default for rte_dev_event
Source§impl PartialEq for rte_dev_event
impl PartialEq for rte_dev_event
impl Copy for rte_dev_event
impl StructuralPartialEq for rte_dev_event
Auto Trait Implementations§
impl Freeze for rte_dev_event
impl RefUnwindSafe for rte_dev_event
impl !Send for rte_dev_event
impl !Sync for rte_dev_event
impl Unpin for rte_dev_event
impl UnwindSafe for rte_dev_event
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