Struct red4ext_rs::types::ValuePtr
source · pub struct ValuePtr(/* private fields */);
Expand description
A pointer to a script value.
Implementations§
source§impl ValuePtr
impl ValuePtr
pub unsafe fn unwrap_ref(&self) -> Option<&IScriptable>
pub unsafe fn to_container(&self) -> ValueContainer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValuePtr
impl RefUnwindSafe for ValuePtr
impl !Send for ValuePtr
impl !Sync for ValuePtr
impl Unpin for ValuePtr
impl UnwindSafe for ValuePtr
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