#[repr(C)]pub struct AnodeApi {
pub open_asset: unsafe extern "C" fn(app: *mut ApplicationO, opt: *const DockingFindTabOptT),
}
Expand description
Anode editor API.
Fields§
§open_asset: unsafe extern "C" fn(app: *mut ApplicationO, opt: *const DockingFindTabOptT)
Open an asset in an editor tab.
Creates a new tab with this asset’s contents open, or focuses the existing tab if one already exists.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnodeApi
impl RefUnwindSafe for AnodeApi
impl Unpin for AnodeApi
impl UnwindSafe for AnodeApi
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