pub struct MultiQueueSupport {
pub max_queues: u16,
pub indirection_table_size: u16,
}
Expand description
Multi-queue related support.
Fields§
§max_queues: u16
The number of supported queues.
indirection_table_size: u16
The size of the RSS indirection table.
Trait Implementations§
Source§impl Clone for MultiQueueSupport
impl Clone for MultiQueueSupport
Source§fn clone(&self) -> MultiQueueSupport
fn clone(&self) -> MultiQueueSupport
Returns a copy 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 MultiQueueSupport
impl Debug for MultiQueueSupport
impl Copy for MultiQueueSupport
Auto Trait Implementations§
impl Freeze for MultiQueueSupport
impl RefUnwindSafe for MultiQueueSupport
impl Send for MultiQueueSupport
impl Sync for MultiQueueSupport
impl Unpin for MultiQueueSupport
impl UnwindSafe for MultiQueueSupport
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