#[repr(C)]pub struct rte_eth_desc_lim {
pub nb_max: u16,
pub nb_min: u16,
pub nb_align: u16,
pub nb_seg_max: u16,
pub nb_mtu_seg_max: u16,
}Fields§
§nb_max: u16§nb_min: u16§nb_align: u16§nb_seg_max: u16§nb_mtu_seg_max: u16Trait Implementations§
Source§impl Clone for rte_eth_desc_lim
impl Clone for rte_eth_desc_lim
Source§fn clone(&self) -> rte_eth_desc_lim
fn clone(&self) -> rte_eth_desc_lim
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_desc_lim
impl Debug for rte_eth_desc_lim
Source§impl Default for rte_eth_desc_lim
impl Default for rte_eth_desc_lim
Source§fn default() -> rte_eth_desc_lim
fn default() -> rte_eth_desc_lim
Returns the “default value” for a type. Read more
impl Copy for rte_eth_desc_lim
Auto Trait Implementations§
impl Freeze for rte_eth_desc_lim
impl RefUnwindSafe for rte_eth_desc_lim
impl Send for rte_eth_desc_lim
impl Sync for rte_eth_desc_lim
impl Unpin for rte_eth_desc_lim
impl UnsafeUnpin for rte_eth_desc_lim
impl UnwindSafe for rte_eth_desc_lim
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