#[repr(C)]pub struct mshv_assert_interrupt {
pub control: hv_interrupt_control,
pub dest_addr: __u64,
pub vector: __u32,
pub rsvd: __u32,
}Fields§
§control: hv_interrupt_control§dest_addr: __u64§vector: __u32§rsvd: __u32Trait Implementations§
Source§impl Clone for mshv_assert_interrupt
impl Clone for mshv_assert_interrupt
Source§fn clone(&self) -> mshv_assert_interrupt
fn clone(&self) -> mshv_assert_interrupt
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_assert_interrupt
impl Default for mshv_assert_interrupt
impl Copy for mshv_assert_interrupt
Auto Trait Implementations§
impl Freeze for mshv_assert_interrupt
impl RefUnwindSafe for mshv_assert_interrupt
impl Send for mshv_assert_interrupt
impl Sync for mshv_assert_interrupt
impl Unpin for mshv_assert_interrupt
impl UnwindSafe for mshv_assert_interrupt
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