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