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