#[repr(C)]pub struct mshv_trace_config {
pub mode: __u32,
pub max_buffers_count: __u32,
pub pages_per_buffer: __u32,
pub buffers_threshold: __u32,
pub time_basis: __u32,
pub system_time: __u64,
}Fields§
§mode: __u32§max_buffers_count: __u32§pages_per_buffer: __u32§buffers_threshold: __u32§time_basis: __u32§system_time: __u64Trait Implementations§
Source§impl Clone for mshv_trace_config
impl Clone for mshv_trace_config
Source§fn clone(&self) -> mshv_trace_config
fn clone(&self) -> mshv_trace_config
Returns a duplicate of the value. Read more
1.0.0 · 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 mshv_trace_config
impl Debug for mshv_trace_config
Source§impl Default for mshv_trace_config
impl Default for mshv_trace_config
Source§fn default() -> mshv_trace_config
fn default() -> mshv_trace_config
Returns the “default value” for a type. Read more
Source§impl Ord for mshv_trace_config
impl Ord for mshv_trace_config
Source§fn cmp(&self, other: &mshv_trace_config) -> Ordering
fn cmp(&self, other: &mshv_trace_config) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for mshv_trace_config
impl PartialEq for mshv_trace_config
Source§impl PartialOrd for mshv_trace_config
impl PartialOrd for mshv_trace_config
impl Copy for mshv_trace_config
impl Eq for mshv_trace_config
impl StructuralPartialEq for mshv_trace_config
Auto Trait Implementations§
impl Freeze for mshv_trace_config
impl RefUnwindSafe for mshv_trace_config
impl Send for mshv_trace_config
impl Sync for mshv_trace_config
impl Unpin for mshv_trace_config
impl UnwindSafe for mshv_trace_config
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