Enum idalib_sys::func::fc_block_type_t
#[repr(u32)]pub enum fc_block_type_t {
fcb_normal = 0,
fcb_indjump = 1,
fcb_ret = 2,
fcb_cndret = 3,
fcb_noret = 4,
fcb_enoret = 5,
fcb_extern = 6,
fcb_error = 7,
}
Expand description
Flow chart block types
Variants§
fcb_normal = 0
< normal block
fcb_indjump = 1
< block ends with indirect jump
fcb_ret = 2
< return block
fcb_cndret = 3
< conditional return block
fcb_noret = 4
< noreturn block
fcb_enoret = 5
< external noreturn block (does not belong to the function)
fcb_extern = 6
< external normal block
fcb_error = 7
< block passes execution past the function end
Trait Implementations§
§impl Clone for fc_block_type_t
impl Clone for fc_block_type_t
§fn clone(&self) -> fc_block_type_t
fn clone(&self) -> fc_block_type_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl ExternType for fc_block_type_t
impl ExternType for fc_block_type_t
§impl Hash for fc_block_type_t
impl Hash for fc_block_type_t
§impl PartialEq for fc_block_type_t
impl PartialEq for fc_block_type_t
impl Eq for fc_block_type_t
impl StructuralPartialEq for fc_block_type_t
impl UniquePtrTarget for fc_block_type_t
impl VectorElement for fc_block_type_t
impl WeakPtrTarget for fc_block_type_t
Auto Trait Implementations§
impl Freeze for fc_block_type_t
impl RefUnwindSafe for fc_block_type_t
impl Send for fc_block_type_t
impl Sync for fc_block_type_t
impl Unpin for fc_block_type_t
impl UnwindSafe for fc_block_type_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)