pub enum OpPagePoolStatsGetDumpRequest {}Available on crate feature
netdev only.Expand description
Get page pool statistics.
Implementations§
Source§impl OpPagePoolStatsGetDumpRequest
impl OpPagePoolStatsGetDumpRequest
pub fn new<'a>(buf: &'a [u8]) -> IterableOpPagePoolStatsGetDumpRequest<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpPagePoolStatsGetDumpRequest
impl Clone for OpPagePoolStatsGetDumpRequest
Source§fn clone(&self) -> OpPagePoolStatsGetDumpRequest
fn clone(&self) -> OpPagePoolStatsGetDumpRequest
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 moreAuto Trait Implementations§
impl Freeze for OpPagePoolStatsGetDumpRequest
impl RefUnwindSafe for OpPagePoolStatsGetDumpRequest
impl Send for OpPagePoolStatsGetDumpRequest
impl Sync for OpPagePoolStatsGetDumpRequest
impl Unpin for OpPagePoolStatsGetDumpRequest
impl UnwindSafe for OpPagePoolStatsGetDumpRequest
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