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