struct VmwdtSnapshot {
vm_wdts: Arc<Mutex<Vec<VmwdtPerCpu>>>,
activated: bool,
}Fields§
§vm_wdts: Arc<Mutex<Vec<VmwdtPerCpu>>>§activated: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for VmwdtSnapshot
impl RefUnwindSafe for VmwdtSnapshot
impl Send for VmwdtSnapshot
impl Sync for VmwdtSnapshot
impl Unpin for VmwdtSnapshot
impl UnwindSafe for VmwdtSnapshot
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