pub enum CpuResourceEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpuResourceEvent
impl RefUnwindSafe for CpuResourceEvent
impl Send for CpuResourceEvent
impl Sync for CpuResourceEvent
impl Unpin for CpuResourceEvent
impl UnwindSafe for CpuResourceEvent
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