pub struct Internals;Expand description
Resolver and registration helper for IL2CPP internal calls.
Implementations§
Auto Trait Implementations§
impl Freeze for Internals
impl RefUnwindSafe for Internals
impl Send for Internals
impl Sync for Internals
impl Unpin for Internals
impl UnsafeUnpin for Internals
impl UnwindSafe for Internals
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