Struct red4ext_rs::types::ValueContainer
source · pub struct ValueContainer(/* private fields */);
Expand description
A container holding values, e.g. object fields or function arguments.
Trait Implementations§
source§impl Clone for ValueContainer
impl Clone for ValueContainer
source§fn clone(&self) -> ValueContainer
fn clone(&self) -> ValueContainer
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 moresource§impl Debug for ValueContainer
impl Debug for ValueContainer
impl Copy for ValueContainer
Auto Trait Implementations§
impl Freeze for ValueContainer
impl RefUnwindSafe for ValueContainer
impl !Send for ValueContainer
impl !Sync for ValueContainer
impl Unpin for ValueContainer
impl UnwindSafe for ValueContainer
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