Enum libwhp::WHV_MEMORY_ACCESS_TYPE[][src]

#[repr(C)]
pub enum WHV_MEMORY_ACCESS_TYPE { WHvMemoryAccessRead, WHvMemoryAccessWrite, WHvMemoryAccessExecute, }

Variants

Trait Implementations

impl Debug for WHV_MEMORY_ACCESS_TYPE
[src]

Formats the value using the given formatter. Read more

impl Copy for WHV_MEMORY_ACCESS_TYPE
[src]

impl Clone for WHV_MEMORY_ACCESS_TYPE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WHV_MEMORY_ACCESS_TYPE
[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_MEMORY_ACCESS_TYPE
[src]

impl Hash for WHV_MEMORY_ACCESS_TYPE
[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