Struct idalib_sys::hexrays::cswitch_t
#[repr(C)]pub struct cswitch_t {
pub _base: ceinsn_t,
pub mvnf: cnumber_t,
pub cases: ccases_t,
}
Expand description
Switch statement
Fields§
§_base: ceinsn_t
§mvnf: cnumber_t
< Maximal switch value and number format
cases: ccases_t
< Switch cases: values and instructions
Trait Implementations§
Auto Trait Implementations§
impl Freeze for cswitch_t
impl !RefUnwindSafe for cswitch_t
impl !Send for cswitch_t
impl !Sync for cswitch_t
impl Unpin for cswitch_t
impl !UnwindSafe for cswitch_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