Struct machinery_api::plugins::editor_views::TreeViewSetupT[][src]

#[repr(C)]
pub struct TreeViewSetupT { pub allocator: *mut AllocatorI, pub undo_stack: *mut UndoStackI, pub tt: *mut TheTruthO, pub keyboard_interaction: Option<unsafe extern "C" fn(state: *mut c_void, tree: *mut TreeViewO, ui: *mut UiO, is_first_responder: bool)>, pub root: TtIdT, pub cache_tree_heights: bool, pub _padding_165: [c_char; 7], pub state: *mut c_void, }

Fields

allocator: *mut AllocatorIundo_stack: *mut UndoStackItt: *mut TheTruthOkeyboard_interaction: Option<unsafe extern "C" fn(state: *mut c_void, tree: *mut TreeViewO, ui: *mut UiO, is_first_responder: bool)>root: TtIdTcache_tree_heights: bool_padding_165: [c_char; 7]state: *mut c_void

Trait Implementations

Returns the “default value” for a type. 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

Performs the conversion.

Performs the conversion.

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.