#[repr(C)]pub struct AssetOpenAspectI {
pub open: Option<unsafe extern "C" fn(app: *mut ApplicationO, ui: *mut UiO, from_tab: *mut TabI, tt: *mut TheTruthO, asset: TtIdT, open_mode: AssetOpenMode)>,
}Fields§
§open: Option<unsafe extern "C" fn(app: *mut ApplicationO, ui: *mut UiO, from_tab: *mut TabI, tt: *mut TheTruthO, asset: TtIdT, open_mode: AssetOpenMode)>Trait Implementations§
Source§impl Clone for AssetOpenAspectI
impl Clone for AssetOpenAspectI
Source§fn clone(&self) -> AssetOpenAspectI
fn clone(&self) -> AssetOpenAspectI
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 moreSource§impl Default for AssetOpenAspectI
impl Default for AssetOpenAspectI
Source§fn default() -> AssetOpenAspectI
fn default() -> AssetOpenAspectI
Returns the “default value” for a type. Read more
impl Copy for AssetOpenAspectI
Auto Trait Implementations§
impl Freeze for AssetOpenAspectI
impl RefUnwindSafe for AssetOpenAspectI
impl Send for AssetOpenAspectI
impl Sync for AssetOpenAspectI
impl Unpin for AssetOpenAspectI
impl UnwindSafe for AssetOpenAspectI
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