[][src]Struct intel_genxml::gen75::BcsRingBufferCtl

pub struct BcsRingBufferCtl {
    pub ring_buffer_enable: bool,
    pub automatic_report_head_pointer: u32,
    pub disable_register_accesses: bool,
    pub semaphore_wait: bool,
    pub rbwait: bool,
    pub buffer_length_in_pages_1: u32,
}

Fields

ring_buffer_enable: boolautomatic_report_head_pointer: u32disable_register_accesses: boolsemaphore_wait: boolrbwait: boolbuffer_length_in_pages_1: u32

Methods

impl BcsRingBufferCtl[src]

pub const DWORD_LENGTH: u32[src]

pub const NUM: u64[src]

pub const MI_AUTOREPORT_128KB: u32[src]

pub const MI_AUTOREPORT_4KB: u32[src]

pub const MI_AUTOREPORT_64KB: u32[src]

pub const MI_AUTOREPORT_OFF: u32[src]

Trait Implementations

impl Default for BcsRingBufferCtl[src]

impl Deserialize for BcsRingBufferCtl[src]

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

impl Serialize for BcsRingBufferCtl[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for BcsRingBufferCtl

impl Send for BcsRingBufferCtl

impl Sync for BcsRingBufferCtl

impl Unpin for BcsRingBufferCtl

impl UnwindSafe for BcsRingBufferCtl

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.