pub struct PagerConfig {
pub poll_interval: Duration,
pub prewarm: PrewarmList,
}Expand description
Pager configuration knobs (16 § 5).
Fields§
§poll_interval: Durationmach_msg poll interval. The pager wakes up every interval to re-read the
task’s exception ports and re-install if LLDB has overwritten ours.
prewarm: PrewarmListPre-warm list of guest IPAs to fault in before vCPU 0 runs.
Trait Implementations§
Source§impl Clone for PagerConfig
impl Clone for PagerConfig
Source§fn clone(&self) -> PagerConfig
fn clone(&self) -> PagerConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PagerConfig
impl Debug for PagerConfig
Auto Trait Implementations§
impl Freeze for PagerConfig
impl RefUnwindSafe for PagerConfig
impl Send for PagerConfig
impl Sync for PagerConfig
impl Unpin for PagerConfig
impl UnsafeUnpin for PagerConfig
impl UnwindSafe for PagerConfig
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