Struct red4ext_rs::types::ScriptRefType
source · pub struct ScriptRefType(/* private fields */);
Expand description
An RTTI representation of a script reference type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScriptRefType
impl RefUnwindSafe for ScriptRefType
impl !Send for ScriptRefType
impl !Sync for ScriptRefType
impl Unpin for ScriptRefType
impl UnwindSafe for ScriptRefType
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