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