#[repr(C, packed(1))]pub struct hv_stimer_state {
pub flags: hv_stimer_state__bindgen_ty_1,
pub resvd: __u32,
pub config: __u64,
pub count: __u64,
pub adjustment: __u64,
pub undelivered_exp_time: __u64,
}Fields§
§flags: hv_stimer_state__bindgen_ty_1§resvd: __u32§config: __u64§count: __u64§adjustment: __u64§undelivered_exp_time: __u64Trait Implementations§
Source§impl Clone for hv_stimer_state
impl Clone for hv_stimer_state
Source§fn clone(&self) -> hv_stimer_state
fn clone(&self) -> hv_stimer_state
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 hv_stimer_state
impl Debug for hv_stimer_state
Source§impl Default for hv_stimer_state
impl Default for hv_stimer_state
Source§fn default() -> hv_stimer_state
fn default() -> hv_stimer_state
Returns the “default value” for a type. Read more
Source§impl Ord for hv_stimer_state
impl Ord for hv_stimer_state
Source§fn cmp(&self, other: &hv_stimer_state) -> Ordering
fn cmp(&self, other: &hv_stimer_state) -> 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 hv_stimer_state
impl PartialEq for hv_stimer_state
Source§impl PartialOrd for hv_stimer_state
impl PartialOrd for hv_stimer_state
impl Copy for hv_stimer_state
impl Eq for hv_stimer_state
impl StructuralPartialEq for hv_stimer_state
Auto Trait Implementations§
impl Freeze for hv_stimer_state
impl RefUnwindSafe for hv_stimer_state
impl Send for hv_stimer_state
impl Sync for hv_stimer_state
impl Unpin for hv_stimer_state
impl UnwindSafe for hv_stimer_state
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