[][src]Struct tm_rs::ffi::tm_ui_buffers_t

#[repr(C)]pub struct tm_ui_buffers_t {
    pub vbuffer: *mut tm_draw2d_vbuffer_t,
    pub ibuffers: *mut *mut tm_draw2d_ibuffer_t,
    pub input: *mut tm_ui_input_state_t,
    pub activation: *mut tm_ui_activation_t,
    pub active_data: *mut c_void,
    pub lost_focus_data: *mut c_void,
    pub metrics: *mut f32,
    pub colors: *mut tm_color_srgb_t,
    pub allocator: *mut tm_allocator_i,
}

Fields

vbuffer: *mut tm_draw2d_vbuffer_tibuffers: *mut *mut tm_draw2d_ibuffer_tinput: *mut tm_ui_input_state_tactivation: *mut tm_ui_activation_tactive_data: *mut c_voidlost_focus_data: *mut c_voidmetrics: *mut f32colors: *mut tm_color_srgb_tallocator: *mut tm_allocator_i

Trait Implementations

impl Clone for tm_ui_buffers_t[src]

impl Copy for tm_ui_buffers_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.