#[repr(C, align(8))]pub struct WHV_INTERRUPT_CONTROL {
pub Type: u8,
pub Modes: WHV_INTERRUPT_CONTROL_MODES,
pub Reserved: [u8; 6],
pub Destination: u32,
pub Vector: u32,
}
Fields§
§Type: u8
§Modes: WHV_INTERRUPT_CONTROL_MODES
§Reserved: [u8; 6]
§Destination: u32
§Vector: u32
Trait Implementations§
Source§impl Clone for WHV_INTERRUPT_CONTROL
impl Clone for WHV_INTERRUPT_CONTROL
Source§fn clone(&self) -> WHV_INTERRUPT_CONTROL
fn clone(&self) -> WHV_INTERRUPT_CONTROL
Returns a copy 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 Debug for WHV_INTERRUPT_CONTROL
impl Debug for WHV_INTERRUPT_CONTROL
impl Copy for WHV_INTERRUPT_CONTROL
Auto Trait Implementations§
impl Freeze for WHV_INTERRUPT_CONTROL
impl RefUnwindSafe for WHV_INTERRUPT_CONTROL
impl Send for WHV_INTERRUPT_CONTROL
impl Sync for WHV_INTERRUPT_CONTROL
impl Unpin for WHV_INTERRUPT_CONTROL
impl UnwindSafe for WHV_INTERRUPT_CONTROL
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