#[repr(C)]pub struct BNInstructionTextToken {
pub type_: BNInstructionTextTokenType,
pub text: *mut c_char,
pub value: u64,
pub width: u64,
pub size: usize,
pub operand: usize,
pub context: BNInstructionTextTokenContext,
pub confidence: u8,
pub address: u64,
pub typeNames: *mut *mut c_char,
pub namesCount: usize,
pub exprIndex: usize,
}
Fields§
§type_: BNInstructionTextTokenType
§text: *mut c_char
§value: u64
§width: u64
§size: usize
§operand: usize
§context: BNInstructionTextTokenContext
§confidence: u8
§address: u64
§typeNames: *mut *mut c_char
§namesCount: usize
§exprIndex: usize
Trait Implementations§
source§impl Clone for BNInstructionTextToken
impl Clone for BNInstructionTextToken
source§fn clone(&self) -> BNInstructionTextToken
fn clone(&self) -> BNInstructionTextToken
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 moresource§impl Debug for BNInstructionTextToken
impl Debug for BNInstructionTextToken
source§impl Default for BNInstructionTextToken
impl Default for BNInstructionTextToken
impl Copy for BNInstructionTextToken
Auto Trait Implementations§
impl Freeze for BNInstructionTextToken
impl RefUnwindSafe for BNInstructionTextToken
impl !Send for BNInstructionTextToken
impl !Sync for BNInstructionTextToken
impl Unpin for BNInstructionTextToken
impl UnwindSafe for BNInstructionTextToken
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
)