Struct xen_sys::vcpu_time_info
source · [−]#[repr(C)]pub struct vcpu_time_info {
pub version: u32,
pub pad0: u32,
pub tsc_timestamp: u64,
pub system_time: u64,
pub tsc_to_system_mul: u32,
pub tsc_shift: i8,
pub pad1: [i8; 3],
}
Fields
version: u32
pad0: u32
tsc_timestamp: u64
system_time: u64
tsc_to_system_mul: u32
tsc_shift: i8
pad1: [i8; 3]
Trait Implementations
sourceimpl Clone for vcpu_time_info
impl Clone for vcpu_time_info
sourcefn clone(&self) -> vcpu_time_info
fn clone(&self) -> vcpu_time_info
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for vcpu_time_info
impl Debug for vcpu_time_info
impl Copy for vcpu_time_info
Auto Trait Implementations
impl RefUnwindSafe for vcpu_time_info
impl Send for vcpu_time_info
impl Sync for vcpu_time_info
impl Unpin for vcpu_time_info
impl UnwindSafe for vcpu_time_info
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more