Struct r_core::RAnalMetaUserItem[][src]

#[repr(C)]
pub struct RAnalMetaUserItem { pub anal: *mut r_anal_t, pub type_: c_int, pub rad: c_int, pub cb: SdbForeachCallback, pub user: *mut c_void, pub count: c_int, pub fcn: *mut r_anal_function_t, pub pj: *mut PJ, }

Fields

anal: *mut r_anal_ttype_: c_intrad: c_intcb: SdbForeachCallbackuser: *mut c_voidcount: c_intfcn: *mut r_anal_function_tpj: *mut PJ

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.