[][src]Struct intel_genxml::gen6::GfxArbErrorRpt

pub struct GfxArbErrorRpt {
    pub tlb_page_fault_error: bool,
    pub context_page_fault_error: bool,
    pub invalid_page_directory_entry_error: bool,
    pub hardware_status_page_fault_error: bool,
    pub tlb_page_vtd_translation_error: bool,
    pub context_page_vtd_translation_error: bool,
    pub page_directory_entry_vtd_translation_error: bool,
    pub hardware_status_page_vtd_translation_error: bool,
    pub unloaded_pd_error: bool,
}

Fields

tlb_page_fault_error: boolcontext_page_fault_error: boolinvalid_page_directory_entry_error: boolhardware_status_page_fault_error: booltlb_page_vtd_translation_error: boolcontext_page_vtd_translation_error: boolpage_directory_entry_vtd_translation_error: boolhardware_status_page_vtd_translation_error: boolunloaded_pd_error: bool

Methods

impl GfxArbErrorRpt[src]

pub const DWORD_LENGTH: u32[src]

pub const NUM: u64[src]

Trait Implementations

impl Default for GfxArbErrorRpt[src]

impl Deserialize for GfxArbErrorRpt[src]

impl<'_> From<&'_ [u32; 1]> for GfxArbErrorRpt[src]

impl Serialize for GfxArbErrorRpt[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for GfxArbErrorRpt

impl Send for GfxArbErrorRpt

impl Sync for GfxArbErrorRpt

impl Unpin for GfxArbErrorRpt

impl UnwindSafe for GfxArbErrorRpt

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.