pub enum CpuElementManagerEvent {
_UnknownEvent {
ordinal: u64,
},
}
Variants§
_UnknownEvent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpuElementManagerEvent
impl RefUnwindSafe for CpuElementManagerEvent
impl Send for CpuElementManagerEvent
impl Sync for CpuElementManagerEvent
impl Unpin for CpuElementManagerEvent
impl UnwindSafe for CpuElementManagerEvent
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