pub struct ScaleformInterface(/* private fields */);
Implementations§
Source§impl ScaleformInterface
impl ScaleformInterface
pub const VERSION: u32 = 2u32
pub const fn version(&self) -> u32
pub fn register( &self, callback: fn(a_view: *mut GFxMovieView, a_root: *mut GFxValue) -> bool, name: &CStr, ) -> bool
pub fn register_for_inventory( &self, callback: fn(a_view: *mut GFxMovieView, a_object: *mut GFxValue, a_item: *mut InventoryEntryData), )
Trait Implementations§
Source§impl Clone for ScaleformInterface
impl Clone for ScaleformInterface
Source§fn clone(&self) -> ScaleformInterface
fn clone(&self) -> ScaleformInterface
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ScaleformInterface
impl RefUnwindSafe for ScaleformInterface
impl Send for ScaleformInterface
impl Sync for ScaleformInterface
impl Unpin for ScaleformInterface
impl UnwindSafe for ScaleformInterface
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