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