[][src]Struct intel_genxml::gen45::XySrcCopyBlt

pub struct XySrcCopyBlt<A: Addr + Default> {
    pub dword_length: u32,
    pub destination_tiling_enable: bool,
    pub source_tiling_enable: bool,
    pub _32bpp_byte_mask: u32,
    pub _2d_command_opcode: u32,
    pub command_type: u32,
    pub destination_pitch: i32,
    pub raster_operation: i32,
    pub color_depth: u32,
    pub clipping_enabled: bool,
    pub destination_x1_coordinate: i32,
    pub destination_y1_coordinate: i32,
    pub destination_x2_coordinate: i32,
    pub destination_y2_coordinate: i32,
    pub destination_base_address: A,
    pub source_x1_coordinate: i32,
    pub source_y1_coordinate: i32,
    pub source_pitch: i32,
    pub source_base_address: A,
}

Fields

dword_length: u32destination_tiling_enable: boolsource_tiling_enable: bool_32bpp_byte_mask: u32_2d_command_opcode: u32command_type: u32destination_pitch: i32raster_operation: i32color_depth: u32clipping_enabled: booldestination_x1_coordinate: i32destination_y1_coordinate: i32destination_x2_coordinate: i32destination_y2_coordinate: i32destination_base_address: Asource_x1_coordinate: i32source_y1_coordinate: i32source_pitch: i32source_base_address: A

Methods

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

pub const DWORD_LENGTH: u32[src]

pub const _1555: u32[src]

pub const _32_BIT: u32[src]

pub const _565: u32[src]

pub const _8_BIT: u32[src]

Trait Implementations

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

impl Deserialize for XySrcCopyBlt<u64>[src]

impl<'_> From<&'_ [u32; 8]> for XySrcCopyBlt<u64>[src]

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

type Out = [u32; 8]

Auto Trait Implementations

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

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

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

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

impl<A> UnwindSafe for XySrcCopyBlt<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.