[][src]Struct intel_genxml::gen10::MiDisplayFlip

pub struct MiDisplayFlip<A: Addr + Default> {
    pub dword_length: u32,
    pub display_plane_select: u32,
    pub async_flip_indicator: bool,
    pub mi_command_opcode: u32,
    pub command_type: u32,
    pub tile_parameter: u32,
    pub display_buffer_pitch: u32,
    pub stereoscopic_3d_mode: bool,
    pub flip_type: u32,
    pub vrr_master_flip: u32,
    pub display_buffer_base_address: A,
    pub left_eye_display_buffer_base_address: A,
}

Fields

dword_length: u32display_plane_select: u32async_flip_indicator: boolmi_command_opcode: u32command_type: u32tile_parameter: u32display_buffer_pitch: u32stereoscopic_3d_mode: boolflip_type: u32vrr_master_flip: u32display_buffer_base_address: Aleft_eye_display_buffer_base_address: A

Methods

impl<A: Addr + Default> MiDisplayFlip<A>[src]

pub const DWORD_LENGTH: u32[src]

pub const ASYNC_FLIP: u32[src]

pub const DISPLAY_PLANE_1: u32[src]

pub const DISPLAY_PLANE_10: u32[src]

pub const DISPLAY_PLANE_11: u32[src]

pub const DISPLAY_PLANE_12: u32[src]

pub const DISPLAY_PLANE_2: u32[src]

pub const DISPLAY_PLANE_3: u32[src]

pub const DISPLAY_PLANE_4: u32[src]

pub const DISPLAY_PLANE_5: u32[src]

pub const DISPLAY_PLANE_6: u32[src]

pub const DISPLAY_PLANE_7: u32[src]

pub const DISPLAY_PLANE_8: u32[src]

pub const DISPLAY_PLANE_9: u32[src]

pub const STEREO_3D_FLIP: u32[src]

pub const SYNC_FLIP: u32[src]

Trait Implementations

impl<A: Addr + Default> Default for MiDisplayFlip<A>[src]

impl Deserialize for MiDisplayFlip<u64>[src]

impl<'_> From<&'_ [u32; 4]> for MiDisplayFlip<u64>[src]

impl<A: Addr + Default> Serialize for MiDisplayFlip<A>[src]

type Out = [u32; 4]

Auto Trait Implementations

impl<A> RefUnwindSafe for MiDisplayFlip<A> where
    A: RefUnwindSafe

impl<A> Send for MiDisplayFlip<A> where
    A: Send

impl<A> Sync for MiDisplayFlip<A> where
    A: Sync

impl<A> Unpin for MiDisplayFlip<A> where
    A: Unpin

impl<A> UnwindSafe for MiDisplayFlip<A> where
    A: UnwindSafe

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.