pub enum OpPagePoolGetDoRequest {
Id(u32),
}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.)
Variants§
Implementations§
Source§impl OpPagePoolGetDoRequest
impl OpPagePoolGetDoRequest
pub fn new<'a>(buf: &'a [u8]) -> IterableOpPagePoolGetDoRequest<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpPagePoolGetDoRequest
impl Clone for OpPagePoolGetDoRequest
Source§fn clone(&self) -> OpPagePoolGetDoRequest
fn clone(&self) -> OpPagePoolGetDoRequest
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 OpPagePoolGetDoRequest
impl RefUnwindSafe for OpPagePoolGetDoRequest
impl Send for OpPagePoolGetDoRequest
impl Sync for OpPagePoolGetDoRequest
impl Unpin for OpPagePoolGetDoRequest
impl UnwindSafe for OpPagePoolGetDoRequest
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