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