struct VmwdtPerCpuRestore {
is_enabled: bool,
timer_freq_hz: u64,
last_guest_time_ms: i64,
next_expiration_interval_ms: i64,
repeating_interval: Option<Duration>,
}Fields§
§is_enabled: bool§timer_freq_hz: u64§last_guest_time_ms: i64§next_expiration_interval_ms: i64§repeating_interval: Option<Duration>Trait Implementations§
Source§impl<'de> Deserialize<'de> for VmwdtPerCpuRestore
impl<'de> Deserialize<'de> for VmwdtPerCpuRestore
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for VmwdtPerCpuRestore
impl RefUnwindSafe for VmwdtPerCpuRestore
impl Send for VmwdtPerCpuRestore
impl Sync for VmwdtPerCpuRestore
impl Unpin for VmwdtPerCpuRestore
impl UnwindSafe for VmwdtPerCpuRestore
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