Struct red4ext_rs::types::ScriptableSystem
source · pub struct ScriptableSystem(/* private fields */);
Trait Implementations§
source§impl AsRef<IScriptable> for ScriptableSystem
impl AsRef<IScriptable> for ScriptableSystem
source§fn as_ref(&self) -> &IScriptable
fn as_ref(&self) -> &IScriptable
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for ScriptableSystem
impl !RefUnwindSafe for ScriptableSystem
impl !Send for ScriptableSystem
impl !Sync for ScriptableSystem
impl Unpin for ScriptableSystem
impl !UnwindSafe for ScriptableSystem
Blanket Implementations§
source§impl<T> AsReceiver for Twhere
T: AsRef<IScriptable>,
impl<T> AsReceiver for Twhere
T: AsRef<IScriptable>,
fn as_receiver(&self) -> Result<&IScriptable, InvokeError>
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