[−][src]Struct tm_sys::ffi::tm_application_api
Fields
application: Option<unsafe extern "C" fn() -> *mut tm_application_o>create: Option<unsafe extern "C" fn(argc: c_int, argv: *mut *mut c_char) -> *mut tm_application_o>tick: Option<unsafe extern "C" fn(app: *mut tm_application_o) -> bool>destroy: Option<unsafe extern "C" fn(app: *mut tm_application_o)>set_modal: Option<unsafe extern "C" fn(app: *mut tm_application_o, f: tm_application_modal_f, data: *mut c_void)>is_modal: Option<unsafe extern "C" fn(app: *const tm_application_o) -> bool>asset_root: Option<unsafe extern "C" fn(app: *const tm_application_o) -> tm_tt_id_t>load_core: Option<unsafe extern "C" fn(app: *const tm_application_o) -> bool>update_core: Option<unsafe extern "C" fn(app: *const tm_application_o) -> bool>exit: Option<unsafe extern "C" fn(app: *mut tm_application_o)>viewer_manager: Option<unsafe extern "C" fn(app: *mut tm_application_o) -> *mut tm_viewer_manager_o>default_render_pipeline_api: Option<unsafe extern "C" fn(app: *mut tm_application_o) -> *mut tm_render_pipeline_api>ui_scale_factor: Option<unsafe extern "C" fn(app: *mut tm_application_o, ui: *mut tm_ui_o) -> f32>Trait Implementations
impl Clone for tm_application_api[src]
pub fn clone(&self) -> tm_application_api[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for tm_application_api[src]
impl Debug for tm_application_api[src]
Auto Trait Implementations
impl RefUnwindSafe for tm_application_api
impl Send for tm_application_api
impl Sync for tm_application_api
impl Unpin for tm_application_api
impl UnwindSafe for tm_application_api
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,