#[repr(C)]pub struct rte_eth_dev_cb_list {
pub tqh_first: *mut rte_eth_dev_callback,
pub tqh_last: *mut *mut rte_eth_dev_callback,
}Fields§
§tqh_first: *mut rte_eth_dev_callback§tqh_last: *mut *mut rte_eth_dev_callbackTrait Implementations§
Source§impl Clone for rte_eth_dev_cb_list
impl Clone for rte_eth_dev_cb_list
Source§fn clone(&self) -> rte_eth_dev_cb_list
fn clone(&self) -> rte_eth_dev_cb_list
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_eth_dev_cb_list
impl Debug for rte_eth_dev_cb_list
Source§impl Default for rte_eth_dev_cb_list
impl Default for rte_eth_dev_cb_list
Source§impl PartialEq for rte_eth_dev_cb_list
impl PartialEq for rte_eth_dev_cb_list
impl Copy for rte_eth_dev_cb_list
impl StructuralPartialEq for rte_eth_dev_cb_list
Auto Trait Implementations§
impl Freeze for rte_eth_dev_cb_list
impl RefUnwindSafe for rte_eth_dev_cb_list
impl !Send for rte_eth_dev_cb_list
impl !Sync for rte_eth_dev_cb_list
impl Unpin for rte_eth_dev_cb_list
impl UnwindSafe for rte_eth_dev_cb_list
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