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