#[repr(C, packed(1))]pub struct hv_input_complete_isolated_import {
pub partition_id: __u64,
pub import_data: hv_partition_complete_isolated_import_data,
}Fields§
§partition_id: __u64§import_data: hv_partition_complete_isolated_import_dataTrait Implementations§
Source§impl Clone for hv_input_complete_isolated_import
impl Clone for hv_input_complete_isolated_import
Source§fn clone(&self) -> hv_input_complete_isolated_import
fn clone(&self) -> hv_input_complete_isolated_import
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_input_complete_isolated_import
Auto Trait Implementations§
impl Freeze for hv_input_complete_isolated_import
impl RefUnwindSafe for hv_input_complete_isolated_import
impl Send for hv_input_complete_isolated_import
impl Sync for hv_input_complete_isolated_import
impl Unpin for hv_input_complete_isolated_import
impl UnwindSafe for hv_input_complete_isolated_import
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