pub struct b2RayCastCallbackWrapperHolder(pub CppSubclassRustPeerHolder<b2RayCastCallbackWrapper>);Tuple Fields§
§0: CppSubclassRustPeerHolder<b2RayCastCallbackWrapper>Auto Trait Implementations§
impl !RefUnwindSafe for b2RayCastCallbackWrapperHolder
impl !Send for b2RayCastCallbackWrapperHolder
impl !Sync for b2RayCastCallbackWrapperHolder
impl !UnwindSafe for b2RayCastCallbackWrapperHolder
impl Freeze for b2RayCastCallbackWrapperHolder
impl Unpin for b2RayCastCallbackWrapperHolder
impl UnsafeUnpin for b2RayCastCallbackWrapperHolder
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