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