#[repr(C)]pub struct WHV_INTERRUPT_CONTROL_MODES(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl WHV_INTERRUPT_CONTROL_MODES
impl WHV_INTERRUPT_CONTROL_MODES
pub fn new( dest: WHV_INTERRUPT_DESTINATION_MODE, trigger: WHV_INTERRUPT_TRIGGER_MODE, ) -> Self
Trait Implementations§
Source§impl Clone for WHV_INTERRUPT_CONTROL_MODES
impl Clone for WHV_INTERRUPT_CONTROL_MODES
Source§fn clone(&self) -> WHV_INTERRUPT_CONTROL_MODES
fn clone(&self) -> WHV_INTERRUPT_CONTROL_MODES
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_MODES
impl Debug for WHV_INTERRUPT_CONTROL_MODES
impl Copy for WHV_INTERRUPT_CONTROL_MODES
Auto Trait Implementations§
impl Freeze for WHV_INTERRUPT_CONTROL_MODES
impl RefUnwindSafe for WHV_INTERRUPT_CONTROL_MODES
impl Send for WHV_INTERRUPT_CONTROL_MODES
impl Sync for WHV_INTERRUPT_CONTROL_MODES
impl Unpin for WHV_INTERRUPT_CONTROL_MODES
impl UnwindSafe for WHV_INTERRUPT_CONTROL_MODES
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