#[repr(C)]pub struct hvm_tsc_adjust {
pub tsc_adjust: u64,
}Fields§
§tsc_adjust: u64Trait Implementations§
Source§impl Clone for hvm_tsc_adjust
impl Clone for hvm_tsc_adjust
Source§fn clone(&self) -> hvm_tsc_adjust
fn clone(&self) -> hvm_tsc_adjust
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 hvm_tsc_adjust
impl Debug for hvm_tsc_adjust
Source§impl Default for hvm_tsc_adjust
impl Default for hvm_tsc_adjust
Source§fn default() -> hvm_tsc_adjust
fn default() -> hvm_tsc_adjust
Returns the “default value” for a type. Read more
impl Copy for hvm_tsc_adjust
Auto Trait Implementations§
impl Freeze for hvm_tsc_adjust
impl RefUnwindSafe for hvm_tsc_adjust
impl Send for hvm_tsc_adjust
impl Sync for hvm_tsc_adjust
impl Unpin for hvm_tsc_adjust
impl UnwindSafe for hvm_tsc_adjust
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