[][src]Struct intel_genxml::gen5::ClipViewport

pub struct ClipViewport {
    pub xmin_clip_guardband: f32,
    pub xmax_clip_guardband: f32,
    pub ymin_clip_guardband: f32,
    pub ymax_clip_guardband: f32,
}

Fields

xmin_clip_guardband: f32xmax_clip_guardband: f32ymin_clip_guardband: f32ymax_clip_guardband: f32

Methods

impl ClipViewport[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for ClipViewport[src]

impl Deserialize for ClipViewport[src]

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

impl Serialize for ClipViewport[src]

type Out = [u32; 4]

Auto Trait Implementations

impl RefUnwindSafe for ClipViewport

impl Send for ClipViewport

impl Sync for ClipViewport

impl Unpin for ClipViewport

impl UnwindSafe for ClipViewport

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.