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