[][src]Struct intel_genxml::gen9::GtMode

pub struct GtMode {
    pub subslice_hashing: u32,
    pub slice_hashing: u32,
    pub subslice_hashing_mask: i32,
    pub slice_hashing_mask: i32,
}

Fields

subslice_hashing: u32slice_hashing: u32subslice_hashing_mask: i32slice_hashing_mask: i32

Methods

impl GtMode[src]

pub const DWORD_LENGTH: u32[src]

pub const NUM: u64[src]

pub const DISABLED: u32[src]

pub const NORMAL: u32[src]

pub const _16X16: u32[src]

pub const _16X4: u32[src]

pub const _32X16: u32[src]

pub const _32X32: u32[src]

pub const _8X4: u32[src]

pub const _8X8: u32[src]

Trait Implementations

impl Default for GtMode[src]

impl Deserialize for GtMode[src]

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

impl Serialize for GtMode[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for GtMode

impl Send for GtMode

impl Sync for GtMode

impl Unpin for GtMode

impl UnwindSafe for GtMode

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.