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