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