pub struct VmEventFlagOptions {
pub fast_singlestep: Option<VmEventFastSinglestep>,
}
Fields§
§fast_singlestep: Option<VmEventFastSinglestep>
Trait Implementations§
Source§impl Debug for VmEventFlagOptions
impl Debug for VmEventFlagOptions
Source§impl Default for VmEventFlagOptions
impl Default for VmEventFlagOptions
Source§fn default() -> VmEventFlagOptions
fn default() -> VmEventFlagOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VmEventFlagOptions
impl RefUnwindSafe for VmEventFlagOptions
impl Send for VmEventFlagOptions
impl Sync for VmEventFlagOptions
impl Unpin for VmEventFlagOptions
impl UnwindSafe for VmEventFlagOptions
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