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