[][src]Struct CCODE::tagINPUT_TRANSFORM__bindgen_ty_1__bindgen_ty_1

#[repr(C)]pub struct tagINPUT_TRANSFORM__bindgen_ty_1__bindgen_ty_1 {
    pub _11: f32,
    pub _12: f32,
    pub _13: f32,
    pub _14: f32,
    pub _21: f32,
    pub _22: f32,
    pub _23: f32,
    pub _24: f32,
    pub _31: f32,
    pub _32: f32,
    pub _33: f32,
    pub _34: f32,
    pub _41: f32,
    pub _42: f32,
    pub _43: f32,
    pub _44: f32,
}

Fields

_11: f32_12: f32_13: f32_14: f32_21: f32_22: f32_23: f32_24: f32_31: f32_32: f32_33: f32_34: f32_41: f32_42: f32_43: f32_44: f32

Trait Implementations

impl Clone for tagINPUT_TRANSFORM__bindgen_ty_1__bindgen_ty_1[src]

impl Copy for tagINPUT_TRANSFORM__bindgen_ty_1__bindgen_ty_1[src]

impl Debug for tagINPUT_TRANSFORM__bindgen_ty_1__bindgen_ty_1[src]

Auto Trait Implementations

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.