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