[][src]Struct mextk_sys::COBJDesc

#[repr(C)]pub struct COBJDesc {
    pub class_name: *mut c_char,
    pub flags: u16_,
    pub projection_type: u16_,
    pub viewport_left: u16_,
    pub viewport_right: u16_,
    pub viewport_top: u16_,
    pub viewport_bottom: u16_,
    pub scissor_lr: u32_,
    pub scissor_tb: u32_,
    pub eye_desc: *mut _HSD_WObjDesc,
    pub interest_desc: *mut _HSD_WObjDesc,
    pub roll: f32_,
    pub vector: *mut Vec3,
    pub near: f32_,
    pub far: f32_,
    pub projection_param: COBJDesc__bindgen_ty_1,
}

Fields

class_name: *mut c_charflags: u16_projection_type: u16_viewport_left: u16_viewport_right: u16_viewport_top: u16_viewport_bottom: u16_scissor_lr: u32_scissor_tb: u32_eye_desc: *mut _HSD_WObjDescinterest_desc: *mut _HSD_WObjDescroll: f32_vector: *mut Vec3near: f32_far: f32_projection_param: COBJDesc__bindgen_ty_1

Trait Implementations

impl Clone for COBJDesc[src]

impl Copy for COBJDesc[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, 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.