[][src]Struct tm_rs::ffi::tm_ui_activation_t

#[repr(C)]pub struct tm_ui_activation_t {
    pub active: u64,
    pub lost_focus: u64,
    pub hover: u64,
    pub hover_in_overlay: bool,
    pub _padding_39: [i8; 7],
    pub next_hover: u64,
    pub next_hover_in_overlay: bool,
    pub _padding_42: [i8; 7],
    pub sub_hover: u64,
    pub next_sub_hover: u64,
    pub hover_time: f32,
    pub _padding_48: [i8; 4],
    pub hover_at_time: f64,
    pub tooltip: u64,
    pub tooltip_position: tm_vec2_t,
    pub tooltip_time: f64,
    pub next_hover_window: u64,
    pub hover_window: u64,
    pub next_hover_scrollview: u64,
    pub hover_scrollview: u64,
    pub menu_level: u32,
    pub _padding_87: [i8; 4],
}

Fields

active: u64lost_focus: u64hover: u64hover_in_overlay: bool_padding_39: [i8; 7]next_hover: u64next_hover_in_overlay: bool_padding_42: [i8; 7]sub_hover: u64next_sub_hover: u64hover_time: f32_padding_48: [i8; 4]hover_at_time: f64tooltip: u64tooltip_position: tm_vec2_ttooltip_time: f64next_hover_window: u64hover_window: u64next_hover_scrollview: u64hover_scrollview: u64menu_level: u32_padding_87: [i8; 4]

Trait Implementations

impl Clone for tm_ui_activation_t[src]

impl Copy for tm_ui_activation_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CloneAny for T where
    T: Clone + Any
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.