[][src]Struct mextk_sys::AOBJ

#[repr(C)]pub struct AOBJ {
    pub flags: u32_,
    pub curr_frame: f32_,
    pub rewind_frame: f32_,
    pub end_frame: f32_,
    pub framerate: f32_,
    pub fobj: *mut _HSD_FObj,
    pub hsd_obj: *mut _HSD_Obj,
}

Fields

flags: u32_curr_frame: f32_rewind_frame: f32_end_frame: f32_framerate: f32_fobj: *mut _HSD_FObjhsd_obj: *mut _HSD_Obj

Trait Implementations

impl Clone for AOBJ[src]

impl Copy for AOBJ[src]

impl Debug for AOBJ[src]

Auto Trait Implementations

impl !Send for AOBJ[src]

impl !Sync for AOBJ[src]

impl Unpin for AOBJ[src]

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.