[−][src]Struct intel_genxml::gen9::MiDisplayFlip
Fields
dword_length: u32display_plane_select: u32async_flip_indicator: boolmi_command_opcode: u32command_type: u32tile_parameter: u32display_buffer_pitch: u32stereoscopic_3d_mode: boolflip_type: u32display_buffer_base_address: Aleft_eye_display_buffer_base_address: AMethods
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]
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>,