#[repr(C, packed(1))]pub struct hv_partition_event_commit_processor_indices_input {
pub schedulable_processor_count: __u32,
}Fields§
§schedulable_processor_count: __u32Trait Implementations§
source§impl Clone for hv_partition_event_commit_processor_indices_input
impl Clone for hv_partition_event_commit_processor_indices_input
source§fn clone(&self) -> hv_partition_event_commit_processor_indices_input
fn clone(&self) -> hv_partition_event_commit_processor_indices_input
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 Default for hv_partition_event_commit_processor_indices_input
impl Default for hv_partition_event_commit_processor_indices_input
source§fn default() -> hv_partition_event_commit_processor_indices_input
fn default() -> hv_partition_event_commit_processor_indices_input
Returns the “default value” for a type. Read more
source§impl Ord for hv_partition_event_commit_processor_indices_input
impl Ord for hv_partition_event_commit_processor_indices_input
source§fn cmp(
&self,
other: &hv_partition_event_commit_processor_indices_input,
) -> Ordering
fn cmp( &self, other: &hv_partition_event_commit_processor_indices_input, ) -> 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_partition_event_commit_processor_indices_input
impl PartialEq for hv_partition_event_commit_processor_indices_input
source§fn eq(&self, other: &hv_partition_event_commit_processor_indices_input) -> bool
fn eq(&self, other: &hv_partition_event_commit_processor_indices_input) -> bool
Tests for
self and other values to be equal, and is used by ==.source§impl PartialOrd for hv_partition_event_commit_processor_indices_input
impl PartialOrd for hv_partition_event_commit_processor_indices_input
impl Copy for hv_partition_event_commit_processor_indices_input
impl Eq for hv_partition_event_commit_processor_indices_input
impl StructuralPartialEq for hv_partition_event_commit_processor_indices_input
Auto Trait Implementations§
impl Freeze for hv_partition_event_commit_processor_indices_input
impl RefUnwindSafe for hv_partition_event_commit_processor_indices_input
impl Send for hv_partition_event_commit_processor_indices_input
impl Sync for hv_partition_event_commit_processor_indices_input
impl Unpin for hv_partition_event_commit_processor_indices_input
impl UnwindSafe for hv_partition_event_commit_processor_indices_input
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)