pub struct NetworkDeviceInput {
pub name: String,
pub device: PreparedNetDevice,
pub irq_sources: Vec<ResolvedNetIrqSource>,
pub tx_queue_discipline: TxQueueDiscipline,
}Expand description
One prepared device and its complete, resolved IRQ source map.
Fields§
§name: String§device: PreparedNetDevice§irq_sources: Vec<ResolvedNetIrqSource>§tx_queue_discipline: TxQueueDisciplineAuto Trait Implementations§
impl !RefUnwindSafe for NetworkDeviceInput
impl !Sync for NetworkDeviceInput
impl !UnwindSafe for NetworkDeviceInput
impl Freeze for NetworkDeviceInput
impl Send for NetworkDeviceInput
impl Unpin for NetworkDeviceInput
impl UnsafeUnpin for NetworkDeviceInput
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