#[repr(C)]
pub struct VteTerminalClass {
Show 27 fields pub parent_class: GtkWidgetClass, pub eof: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub child_exited: Option<unsafe extern "C" fn(_: *mut VteTerminal, _: c_int)>, pub encoding_changed: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub char_size_changed: Option<unsafe extern "C" fn(_: *mut VteTerminal, _: c_uint, _: c_uint)>, pub window_title_changed: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub icon_title_changed: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub selection_changed: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub contents_changed: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub cursor_moved: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub commit: Option<unsafe extern "C" fn(_: *mut VteTerminal, _: *const c_char, _: c_uint)>, pub deiconify_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub iconify_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub raise_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub lower_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub refresh_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub restore_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub maximize_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub resize_window: Option<unsafe extern "C" fn(_: *mut VteTerminal, _: c_uint, _: c_uint)>, pub move_window: Option<unsafe extern "C" fn(_: *mut VteTerminal, _: c_uint, _: c_uint)>, pub increase_font_size: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub decrease_font_size: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub copy_clipboard: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub paste_clipboard: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub bell: Option<unsafe extern "C" fn(_: *mut VteTerminal)>, pub _padding: [gpointer; 16], pub priv_: *mut VteTerminalClassPrivate,
}

Fields

parent_class: GtkWidgetClasseof: Option<unsafe extern "C" fn(_: *mut VteTerminal)>child_exited: Option<unsafe extern "C" fn(_: *mut VteTerminal, _: c_int)>encoding_changed: Option<unsafe extern "C" fn(_: *mut VteTerminal)>char_size_changed: Option<unsafe extern "C" fn(_: *mut VteTerminal, _: c_uint, _: c_uint)>window_title_changed: Option<unsafe extern "C" fn(_: *mut VteTerminal)>icon_title_changed: Option<unsafe extern "C" fn(_: *mut VteTerminal)>selection_changed: Option<unsafe extern "C" fn(_: *mut VteTerminal)>contents_changed: Option<unsafe extern "C" fn(_: *mut VteTerminal)>cursor_moved: Option<unsafe extern "C" fn(_: *mut VteTerminal)>commit: Option<unsafe extern "C" fn(_: *mut VteTerminal, _: *const c_char, _: c_uint)>deiconify_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>iconify_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>raise_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>lower_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>refresh_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>restore_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>maximize_window: Option<unsafe extern "C" fn(_: *mut VteTerminal)>resize_window: Option<unsafe extern "C" fn(_: *mut VteTerminal, _: c_uint, _: c_uint)>move_window: Option<unsafe extern "C" fn(_: *mut VteTerminal, _: c_uint, _: c_uint)>increase_font_size: Option<unsafe extern "C" fn(_: *mut VteTerminal)>decrease_font_size: Option<unsafe extern "C" fn(_: *mut VteTerminal)>copy_clipboard: Option<unsafe extern "C" fn(_: *mut VteTerminal)>paste_clipboard: Option<unsafe extern "C" fn(_: *mut VteTerminal)>bell: Option<unsafe extern "C" fn(_: *mut VteTerminal)>_padding: [gpointer; 16]priv_: *mut VteTerminalClassPrivate

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.