#[repr(C)]pub struct tm_ci_toolbar {
pub active_tool_id: u64,
pub editor: *mut c_void,
pub set_active_tool: Option<unsafe extern "C" fn(editor: *mut c_void, id: u64)>,
}Fields§
§active_tool_id: u64§editor: *mut c_void§set_active_tool: Option<unsafe extern "C" fn(editor: *mut c_void, id: u64)>Trait Implementations§
Source§impl Clone for tm_ci_toolbar
impl Clone for tm_ci_toolbar
Source§fn clone(&self) -> tm_ci_toolbar
fn clone(&self) -> tm_ci_toolbar
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tm_ci_toolbar
Auto Trait Implementations§
impl Freeze for tm_ci_toolbar
impl RefUnwindSafe for tm_ci_toolbar
impl !Send for tm_ci_toolbar
impl !Sync for tm_ci_toolbar
impl Unpin for tm_ci_toolbar
impl UnwindSafe for tm_ci_toolbar
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more