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