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