#[repr(C, packed(1))]pub struct hv_input_install_intercept {
pub partition_id: __u64,
pub access_type: __u32,
pub intercept_type: __u32,
pub intercept_parameter: hv_intercept_parameters,
}Fields§
§partition_id: __u64§access_type: __u32§intercept_type: __u32§intercept_parameter: hv_intercept_parametersTrait Implementations§
Source§impl Clone for hv_input_install_intercept
impl Clone for hv_input_install_intercept
Source§fn clone(&self) -> hv_input_install_intercept
fn clone(&self) -> hv_input_install_intercept
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_install_intercept
impl Default for hv_input_install_intercept
impl Copy for hv_input_install_intercept
Auto Trait Implementations§
impl Freeze for hv_input_install_intercept
impl RefUnwindSafe for hv_input_install_intercept
impl Send for hv_input_install_intercept
impl Sync for hv_input_install_intercept
impl Unpin for hv_input_install_intercept
impl UnwindSafe for hv_input_install_intercept
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