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 Freeze for ExceptionHandlerDelegateBridge
impl !RefUnwindSafe for ExceptionHandlerDelegateBridge
impl !Send for ExceptionHandlerDelegateBridge
impl !Sync for ExceptionHandlerDelegateBridge
impl Unpin for ExceptionHandlerDelegateBridge
impl !UnwindSafe 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