Struct cthrow_t
pub struct cthrow_t { /* private fields */ }Expand description
Throw statement
Implementations§
Trait Implementations§
§impl ExternType for cthrow_t
impl ExternType for cthrow_t
§impl MakeCppStorage for cthrow_t
impl MakeCppStorage for cthrow_t
§unsafe fn allocate_uninitialized_cpp_storage() -> *mut cthrow_t
unsafe fn allocate_uninitialized_cpp_storage() -> *mut cthrow_t
Allocates heap space for this type in C++ and return a pointer
to that space, but do not initialize that space (i.e. do not
yet call a constructor). Read more
§unsafe fn free_uninitialized_cpp_storage(arg0: *mut cthrow_t)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut cthrow_t)
Frees a C++ allocation which has not yet
had a constructor called. Read more
impl UniquePtrTarget for cthrow_t
impl WeakPtrTarget for cthrow_t
Auto Trait Implementations§
impl !Freeze for cthrow_t
impl !RefUnwindSafe for cthrow_t
impl !Send for cthrow_t
impl !Sync for cthrow_t
impl Unpin for cthrow_t
impl UnsafeUnpin for cthrow_t
impl !UnwindSafe for cthrow_t
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