#[repr(C)]pub struct WHV_RUN_VP_EXIT_REASON(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Clone for WHV_RUN_VP_EXIT_REASON
impl Clone for WHV_RUN_VP_EXIT_REASON
Source§fn clone(&self) -> WHV_RUN_VP_EXIT_REASON
fn clone(&self) -> WHV_RUN_VP_EXIT_REASON
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_RUN_VP_EXIT_REASON
impl Debug for WHV_RUN_VP_EXIT_REASON
Source§impl PartialEq for WHV_RUN_VP_EXIT_REASON
impl PartialEq for WHV_RUN_VP_EXIT_REASON
impl Copy for WHV_RUN_VP_EXIT_REASON
impl Eq for WHV_RUN_VP_EXIT_REASON
impl StructuralPartialEq for WHV_RUN_VP_EXIT_REASON
Auto Trait Implementations§
impl Freeze for WHV_RUN_VP_EXIT_REASON
impl RefUnwindSafe for WHV_RUN_VP_EXIT_REASON
impl Send for WHV_RUN_VP_EXIT_REASON
impl Sync for WHV_RUN_VP_EXIT_REASON
impl Unpin for WHV_RUN_VP_EXIT_REASON
impl UnwindSafe for WHV_RUN_VP_EXIT_REASON
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