pub struct PmWakeupEvent {
vm_control_tube: Arc<Mutex<Tube>>,
pm_config: Arc<Mutex<PmConfig>>,
}Fields§
§vm_control_tube: Arc<Mutex<Tube>>§pm_config: Arc<Mutex<PmConfig>>Implementations§
Auto Trait Implementations§
impl Freeze for PmWakeupEvent
impl RefUnwindSafe for PmWakeupEvent
impl Send for PmWakeupEvent
impl Sync for PmWakeupEvent
impl Unpin for PmWakeupEvent
impl UnwindSafe for PmWakeupEvent
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