Struct cogl_sys::CoglEuler[][src]

#[repr(C)]pub struct CoglEuler {
    pub heading: c_float,
    pub pitch: c_float,
    pub roll: c_float,
    pub padding0: c_float,
    pub padding1: c_float,
    pub padding2: c_float,
    pub padding3: c_float,
    pub padding4: c_float,
}

Fields

heading: c_floatpitch: c_floatroll: c_floatpadding0: c_floatpadding1: c_floatpadding2: c_floatpadding3: c_floatpadding4: c_float

Trait Implementations

impl Clone for CoglEuler[src]

impl Copy for CoglEuler[src]

impl Debug for CoglEuler[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.