#[repr(C)]pub union hv_partition_processor_features {
pub as_uint64: [__u64; 2],
pub __bindgen_anon_1: hv_partition_processor_features__bindgen_ty_1,
}Fields§
§as_uint64: [__u64; 2]§__bindgen_anon_1: hv_partition_processor_features__bindgen_ty_1Trait Implementations§
Source§impl Clone for hv_partition_processor_features
impl Clone for hv_partition_processor_features
Source§fn clone(&self) -> hv_partition_processor_features
fn clone(&self) -> hv_partition_processor_features
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 moreimpl Copy for hv_partition_processor_features
Auto Trait Implementations§
impl Freeze for hv_partition_processor_features
impl RefUnwindSafe for hv_partition_processor_features
impl Send for hv_partition_processor_features
impl Sync for hv_partition_processor_features
impl Unpin for hv_partition_processor_features
impl UnwindSafe for hv_partition_processor_features
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