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