[][src]Struct mextk_sys::WOBJ

#[repr(C)]pub struct WOBJ {
    pub parent: *mut c_void,
    pub flags: u32_,
    pub pos: Vec3,
    pub aobj: *mut AOBJ,
    pub robj: *mut c_void,
}

Fields

parent: *mut c_voidflags: u32_pos: Vec3aobj: *mut AOBJrobj: *mut c_void

Trait Implementations

impl Clone for WOBJ[src]

impl Copy for WOBJ[src]

impl Debug for WOBJ[src]

Auto Trait Implementations

impl !Send for WOBJ[src]

impl !Sync for WOBJ[src]

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