[−][src]Struct intel_genxml::gen12::MiDisplayFlip
Fields
dword_length: u32
display_plane_select: u32
async_flip_indicator: bool
mi_command_opcode: u32
command_type: u32
tile_parameter: u32
display_buffer_pitch: u32
stereoscopic_3d_mode: bool
flip_type: u32
vrr_master_flip: u32
display_buffer_base_address: A
left_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_13: u32
[src]
pub const DISPLAY_PLANE_14: u32
[src]
pub const DISPLAY_PLANE_15: u32
[src]
pub const DISPLAY_PLANE_16: u32
[src]
pub const DISPLAY_PLANE_17: u32
[src]
pub const DISPLAY_PLANE_18: u32
[src]
pub const DISPLAY_PLANE_19: u32
[src]
pub const DISPLAY_PLANE_2: u32
[src]
pub const DISPLAY_PLANE_20: u32
[src]
pub const DISPLAY_PLANE_21: u32
[src]
pub const DISPLAY_PLANE_22: u32
[src]
pub const DISPLAY_PLANE_23: u32
[src]
pub const DISPLAY_PLANE_24: u32
[src]
pub const DISPLAY_PLANE_25: u32
[src]
pub const DISPLAY_PLANE_26: u32
[src]
pub const DISPLAY_PLANE_27: u32
[src]
pub const DISPLAY_PLANE_28: u32
[src]
pub const DISPLAY_PLANE_29: u32
[src]
pub const DISPLAY_PLANE_3: u32
[src]
pub const DISPLAY_PLANE_30: u32
[src]
pub const DISPLAY_PLANE_31: u32
[src]
pub const DISPLAY_PLANE_32: 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]
Auto Trait Implementations
impl<A> RefUnwindSafe for MiDisplayFlip<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for MiDisplayFlip<A> where
A: Send,
A: Send,
impl<A> Sync for MiDisplayFlip<A> where
A: Sync,
A: Sync,
impl<A> Unpin for MiDisplayFlip<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for MiDisplayFlip<A> where
A: UnwindSafe,
A: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,