[][src]Struct intel_genxml::gen5::SfViewport

pub struct SfViewport {
    pub viewport_matrix_element_m00: f32,
    pub viewport_matrix_element_m11: f32,
    pub viewport_matrix_element_m22: f32,
    pub viewport_matrix_element_m30: f32,
    pub viewport_matrix_element_m31: f32,
    pub viewport_matrix_element_m32: f32,
    pub scissor_rectangle: ScissorRect,
}

Fields

viewport_matrix_element_m00: f32viewport_matrix_element_m11: f32viewport_matrix_element_m22: f32viewport_matrix_element_m30: f32viewport_matrix_element_m31: f32viewport_matrix_element_m32: f32scissor_rectangle: ScissorRect

Methods

impl SfViewport[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for SfViewport[src]

impl Deserialize for SfViewport[src]

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

impl Serialize for SfViewport[src]

type Out = [u32; 8]

Auto Trait Implementations

impl RefUnwindSafe for SfViewport

impl Send for SfViewport

impl Sync for SfViewport

impl Unpin for SfViewport

impl UnwindSafe for SfViewport

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.