Enum libwhp::WHV_TRANSLATE_GVA_RESULT_CODE[][src]

#[repr(C)]
pub enum WHV_TRANSLATE_GVA_RESULT_CODE { WHvTranslateGvaResultSuccess, WHvTranslateGvaResultPageNotPresent, WHvTranslateGvaResultPrivilegeViolation, WHvTranslateGvaResultInvalidPageTableFlags, WHvTranslateGvaResultGpaUnmapped, WHvTranslateGvaResultGpaNoReadAccess, WHvTranslateGvaResultGpaNoWriteAccess, WHvTranslateGvaResultGpaIllegalOverlayAccess, WHvTranslateGvaResultIntercept, }

Variants

Trait Implementations

impl Debug for WHV_TRANSLATE_GVA_RESULT_CODE
[src]

Formats the value using the given formatter. Read more

impl Copy for WHV_TRANSLATE_GVA_RESULT_CODE
[src]

impl Clone for WHV_TRANSLATE_GVA_RESULT_CODE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WHV_TRANSLATE_GVA_RESULT_CODE
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for WHV_TRANSLATE_GVA_RESULT_CODE
[src]

impl Hash for WHV_TRANSLATE_GVA_RESULT_CODE
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations