[][src]Struct mextk_sys::CSSCursor

#[repr(C)]pub struct CSSCursor {
    pub gobj: *mut GOBJ,
    pub port: u8_,
    pub state: u8_,
    pub puck: u8_,
    pub x7: u8_,
    pub x8: u16_,
    pub exit_timer: u16_,
    pub pos: Vec2,
}

Fields

gobj: *mut GOBJport: u8_state: u8_puck: u8_x7: u8_x8: u16_exit_timer: u16_pos: Vec2

Trait Implementations

impl Clone for CSSCursor[src]

impl Copy for CSSCursor[src]

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