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