pub struct ExceptionHandlerDelegateBridge { /* private fields */ }Implementations§
Source§impl ExceptionHandlerDelegateBridge
impl ExceptionHandlerDelegateBridge
pub fn as_ExceptionHandlerDelegate_unique_ptr( u: UniquePtr<ExceptionHandlerDelegateBridgeCpp>, ) -> UniquePtr<ExceptionHandlerDelegate>
Auto Trait Implementations§
impl !RefUnwindSafe for ExceptionHandlerDelegateBridge
impl !Send for ExceptionHandlerDelegateBridge
impl !Sync for ExceptionHandlerDelegateBridge
impl !UnwindSafe for ExceptionHandlerDelegateBridge
impl Freeze for ExceptionHandlerDelegateBridge
impl Unpin for ExceptionHandlerDelegateBridge
impl UnsafeUnpin for ExceptionHandlerDelegateBridge
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