#[repr(C, packed(1))]pub struct hv_input_dispatch_vp {
pub partition_id: __u64,
pub vp_index: __u32,
pub flags: __u32,
pub time_slice: __u64,
pub spec_ctrl: __u64,
}Fields§
§partition_id: __u64§vp_index: __u32§flags: __u32§time_slice: __u64§spec_ctrl: __u64Trait Implementations§
source§impl Clone for hv_input_dispatch_vp
impl Clone for hv_input_dispatch_vp
source§fn clone(&self) -> hv_input_dispatch_vp
fn clone(&self) -> hv_input_dispatch_vp
Returns a copy 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_input_dispatch_vp
impl Debug for hv_input_dispatch_vp
source§impl Default for hv_input_dispatch_vp
impl Default for hv_input_dispatch_vp
source§fn default() -> hv_input_dispatch_vp
fn default() -> hv_input_dispatch_vp
Returns the “default value” for a type. Read more
source§impl Ord for hv_input_dispatch_vp
impl Ord for hv_input_dispatch_vp
source§fn cmp(&self, other: &hv_input_dispatch_vp) -> Ordering
fn cmp(&self, other: &hv_input_dispatch_vp) -> 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_input_dispatch_vp
impl PartialEq for hv_input_dispatch_vp
source§impl PartialOrd for hv_input_dispatch_vp
impl PartialOrd for hv_input_dispatch_vp
impl Copy for hv_input_dispatch_vp
impl Eq for hv_input_dispatch_vp
impl StructuralPartialEq for hv_input_dispatch_vp
Auto Trait Implementations§
impl Freeze for hv_input_dispatch_vp
impl RefUnwindSafe for hv_input_dispatch_vp
impl Send for hv_input_dispatch_vp
impl Sync for hv_input_dispatch_vp
impl Unpin for hv_input_dispatch_vp
impl UnwindSafe for hv_input_dispatch_vp
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)