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