Struct red4ext_rs::RttiRegistrator
source · pub struct RttiRegistrator;
Expand description
A helper struct to set up RTTI registration callbacks.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RttiRegistrator
impl RefUnwindSafe for RttiRegistrator
impl Send for RttiRegistrator
impl Sync for RttiRegistrator
impl Unpin for RttiRegistrator
impl UnwindSafe for RttiRegistrator
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