[][src]Struct mextk_sys::Effect

#[repr(C)]pub struct Effect {
    pub child: *mut GOBJ,
    pub gobj: *mut GOBJ,
    pub x8: c_int,
    pub xc: c_int,
    pub callback: *mut c_void,
    pub x14: c_int,
    pub x18: c_int,
    pub x1c: c_int,
    pub x20: f32,
    pub lifetime: c_short,
    pub x26: c_char,
    pub x27: c_char,
    pub x28: c_char,
    pub x29: c_char,
}

Structs

Fields

child: *mut GOBJgobj: *mut GOBJx8: c_intxc: c_intcallback: *mut c_voidx14: c_intx18: c_intx1c: c_intx20: f32lifetime: c_shortx26: c_charx27: c_charx28: c_charx29: c_char

Trait Implementations

impl Clone for Effect[src]

impl Copy for Effect[src]

impl Debug for Effect[src]

Auto Trait Implementations

impl !Send for Effect[src]

impl !Sync for Effect[src]

impl Unpin for Effect[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.