#[repr(C)]pub struct AssetBrowserCreateAssetI {
pub inst: *mut AssetBrowserCreateAssetO,
pub menu_name: *const c_char,
pub asset_name: *const c_char,
pub create: Option<unsafe extern "C" fn(inst: *mut AssetBrowserCreateAssetO, tt: *mut TheTruthO, undo_scope: TtUndoScopeT) -> TtIdT>,
}Fields§
§inst: *mut AssetBrowserCreateAssetO§asset_name: *const c_char§create: Option<unsafe extern "C" fn(inst: *mut AssetBrowserCreateAssetO, tt: *mut TheTruthO, undo_scope: TtUndoScopeT) -> TtIdT>Trait Implementations§
Source§impl Clone for AssetBrowserCreateAssetI
impl Clone for AssetBrowserCreateAssetI
Source§fn clone(&self) -> AssetBrowserCreateAssetI
fn clone(&self) -> AssetBrowserCreateAssetI
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AssetBrowserCreateAssetI
Auto Trait Implementations§
impl !Send for AssetBrowserCreateAssetI
impl !Sync for AssetBrowserCreateAssetI
impl Freeze for AssetBrowserCreateAssetI
impl RefUnwindSafe for AssetBrowserCreateAssetI
impl Unpin for AssetBrowserCreateAssetI
impl UnsafeUnpin for AssetBrowserCreateAssetI
impl UnwindSafe for AssetBrowserCreateAssetI
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