pub enum OpPagePoolGetDumpRequest {}Available on crate feature
netdev only.Expand description
Get / dump information about Page Pools. (Only Page Pools associated with a net_device can be listed.)
Implementations§
Source§impl OpPagePoolGetDumpRequest
impl OpPagePoolGetDumpRequest
pub fn new<'a>(buf: &'a [u8]) -> IterableOpPagePoolGetDumpRequest<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpPagePoolGetDumpRequest
impl Clone for OpPagePoolGetDumpRequest
Source§fn clone(&self) -> OpPagePoolGetDumpRequest
fn clone(&self) -> OpPagePoolGetDumpRequest
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 OpPagePoolGetDumpRequest
impl RefUnwindSafe for OpPagePoolGetDumpRequest
impl Send for OpPagePoolGetDumpRequest
impl Sync for OpPagePoolGetDumpRequest
impl Unpin for OpPagePoolGetDumpRequest
impl UnwindSafe for OpPagePoolGetDumpRequest
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