pub struct FfiError { /* private fields */ }Expand description
Error container for fallible FFI operations.
Implementations§
Trait Implementations§
Source§impl ExternType for FfiError
impl ExternType for FfiError
Source§impl MakeCppStorage for FfiError
impl MakeCppStorage for FfiError
impl UniquePtrTarget for FfiError
impl VectorElement for FfiError
impl WeakPtrTarget for FfiError
Auto Trait Implementations§
impl !Freeze for FfiError
impl !RefUnwindSafe for FfiError
impl !Send for FfiError
impl !Sync for FfiError
impl !Unpin for FfiError
impl UnsafeUnpin for FfiError
impl UnwindSafe for FfiError
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