pub struct OpPagePoolChangeNotif;Available on crate feature
netdev only.Expand description
Implementations§
Source§impl OpPagePoolChangeNotif
impl OpPagePoolChangeNotif
pub const CMD: u8 = 8u8
pub fn decode_notif<'a>(buf: &'a [u8]) -> IterablePagePool<'a> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpPagePoolChangeNotif
impl RefUnwindSafe for OpPagePoolChangeNotif
impl Send for OpPagePoolChangeNotif
impl Sync for OpPagePoolChangeNotif
impl Unpin for OpPagePoolChangeNotif
impl UnsafeUnpin for OpPagePoolChangeNotif
impl UnwindSafe for OpPagePoolChangeNotif
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