[−][src]Struct tm_sys::ffi::tm_tab_vt
Fields
name: *const c_charname_hash: u64create: Option<unsafe extern "C" fn(context: *mut tm_tab_create_context_t) -> *mut tm_tab_i>destroy: Option<unsafe extern "C" fn(inst: *mut tm_tab_o)>ui: Option<unsafe extern "C" fn(inst: *mut tm_tab_o, font: u32, font_info: *const tm_font_t, font_scale: f32, ui: *mut tm_ui_o, rect: tm_rect_t)>title: Option<unsafe extern "C" fn(inst: *mut tm_tab_o, ui: *mut tm_ui_o) -> *const c_char>set_root: Option<unsafe extern "C" fn(inst: *mut tm_tab_o, tt: *mut tm_the_truth_o, root: tm_tt_id_t)>root: Option<unsafe extern "C" fn(inst: *mut tm_tab_o) -> tm_tab_vt_root_t>can_close: Option<unsafe extern "C" fn(inst: *mut tm_tab_o) -> bool>focus_event: Option<unsafe extern "C" fn(inst: *mut tm_tab_o, from: *mut tm_tab_i, event: tm_tab_focus_event, tt: *mut tm_the_truth_o, object: tm_tt_id_t, selection: *const tm_tt_id_t, selection_n: u32)>feed_events: Option<unsafe extern "C" fn(inst: *mut tm_tab_o, events: *const tm_input_event_t, count: u32, args: *mut tm_docking_feed_events_args_t)>process_dropped_os_files: Option<unsafe extern "C" fn(inst: *mut tm_tab_o, ui: *mut tm_ui_o, files: *mut *mut c_char, num_files: u32)>toolbars: Option<unsafe extern "C" fn(inst: *mut tm_tab_o, n: *mut u32) -> *mut tm_tab_toolbar_i>cant_be_pinned: boolrun_as_job: bool_padding_222: [c_char; 6]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for tm_tab_vt
impl !Send for tm_tab_vt
impl !Sync for tm_tab_vt
impl Unpin for tm_tab_vt
impl UnwindSafe for tm_tab_vt
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>,