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