Enum idalib_sys::xref::cref_t
#[repr(u32)]pub enum cref_t {
fl_U = 0,
fl_CF = 16,
fl_CN = 17,
fl_JF = 18,
fl_JN = 19,
fl_USobsolete = 20,
fl_F = 21,
}
Expand description
CODE xref types
Variants§
fl_U = 0
< unknown – for compatibility with old < versions. Should not be used anymore.
fl_CF = 16
< Call Far < This xref creates a function at the < referenced location
fl_CN = 17
< Call Near < This xref creates a function at the < referenced location
fl_JF = 18
< Jump Far
fl_JN = 19
< Jump Near
fl_USobsolete = 20
< User specified (obsolete)
fl_F = 21
< Ordinary flow: used to specify execution < flow to the next instruction.
Trait Implementations§
§impl ExternType for cref_t
impl ExternType for cref_t
impl Eq for cref_t
impl StructuralPartialEq for cref_t
impl UniquePtrTarget for cref_t
impl VectorElement for cref_t
impl WeakPtrTarget for cref_t
Auto Trait Implementations§
impl Freeze for cref_t
impl RefUnwindSafe for cref_t
impl Send for cref_t
impl Sync for cref_t
impl Unpin for cref_t
impl UnwindSafe for cref_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
)