Struct libwhp::WHV_VP_EXCEPTION_INFO[][src]

#[repr(C)]
pub struct WHV_VP_EXCEPTION_INFO { pub AsUINT32: UINT32, }

Fields

Methods

impl WHV_VP_EXCEPTION_INFO
[src]

Trait Implementations

impl Debug for WHV_VP_EXCEPTION_INFO
[src]

Formats the value using the given formatter. Read more

impl Copy for WHV_VP_EXCEPTION_INFO
[src]

impl Clone for WHV_VP_EXCEPTION_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WHV_VP_EXCEPTION_INFO
[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_VP_EXCEPTION_INFO
[src]

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