Struct idalib_sys::hexrays::cinsn_t
#[repr(C)]pub struct cinsn_t {
pub _base: citem_t,
pub __bindgen_anon_1: cinsn_t__bindgen_ty_1,
}
Expand description
Ctree item: statement. Depending on the exact statement type, various fields of the union are used.
Fields§
§_base: citem_t
§__bindgen_anon_1: cinsn_t__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for cinsn_t
impl !RefUnwindSafe for cinsn_t
impl !Send for cinsn_t
impl !Sync for cinsn_t
impl Unpin for cinsn_t
impl !UnwindSafe for cinsn_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