pub struct NetworkQueueRuntime { /* private fields */ }Expand description
Live queue runtime. Dropping it masks IRQs before stopping executors.
Implementations§
Source§impl NetworkQueueRuntime
impl NetworkQueueRuntime
pub fn protocol_owner_cpu(&self) -> usize
pub fn stats(&self) -> Vec<NetQueueStats>
Trait Implementations§
Source§impl Drop for NetworkQueueRuntime
impl Drop for NetworkQueueRuntime
Auto Trait Implementations§
impl !RefUnwindSafe for NetworkQueueRuntime
impl !Sync for NetworkQueueRuntime
impl !UnwindSafe for NetworkQueueRuntime
impl Freeze for NetworkQueueRuntime
impl Send for NetworkQueueRuntime
impl Unpin for NetworkQueueRuntime
impl UnsafeUnpin for NetworkQueueRuntime
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