Struct idalib_sys::hexrays::cthrow_t
#[repr(C)]pub struct cthrow_t {
pub _base: ceinsn_t,
}
Expand description
Throw statement
Fields§
§_base: ceinsn_t
Trait Implementations§
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 !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