[][src]Struct intel_genxml::gen11::Tccntlreg

pub struct Tccntlreg {
    pub urb_partial_write_merging_enable: bool,
    pub color_z_partial_write_merging_enable: bool,
    pub l3_data_partial_write_merging_enable: bool,
    pub tc_disable: bool,
}

Fields

urb_partial_write_merging_enable: boolcolor_z_partial_write_merging_enable: booll3_data_partial_write_merging_enable: booltc_disable: bool

Methods

impl Tccntlreg[src]

pub const DWORD_LENGTH: u32[src]

pub const NUM: u64[src]

Trait Implementations

impl Default for Tccntlreg[src]

impl Deserialize for Tccntlreg[src]

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

impl Serialize for Tccntlreg[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for Tccntlreg

impl Send for Tccntlreg

impl Sync for Tccntlreg

impl Unpin for Tccntlreg

impl UnwindSafe for Tccntlreg

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.