#[repr(C)]pub struct BNCustomConstantRenderer {
pub context: *mut c_void,
pub isValidForType: Option<unsafe extern "C" fn(ctxt: *mut c_void, hlil: *mut BNHighLevelILFunction, type_: *mut BNType) -> bool>,
pub renderConstant: Option<unsafe extern "C" fn(ctxt: *mut c_void, hlil: *mut BNHighLevelILFunction, expr: usize, type_: *mut BNType, val: i64, tokens: *mut BNHighLevelILTokenEmitter, settings: *mut BNDisassemblySettings, precedence: BNOperatorPrecedence) -> bool>,
pub renderConstantPointer: Option<unsafe extern "C" fn(ctxt: *mut c_void, hlil: *mut BNHighLevelILFunction, expr: usize, type_: *mut BNType, val: i64, tokens: *mut BNHighLevelILTokenEmitter, settings: *mut BNDisassemblySettings, symbolDisplay: BNSymbolDisplayType, precedence: BNOperatorPrecedence) -> bool>,
}Fields§
§context: *mut c_void§isValidForType: Option<unsafe extern "C" fn(ctxt: *mut c_void, hlil: *mut BNHighLevelILFunction, type_: *mut BNType) -> bool>§renderConstant: Option<unsafe extern "C" fn(ctxt: *mut c_void, hlil: *mut BNHighLevelILFunction, expr: usize, type_: *mut BNType, val: i64, tokens: *mut BNHighLevelILTokenEmitter, settings: *mut BNDisassemblySettings, precedence: BNOperatorPrecedence) -> bool>§renderConstantPointer: Option<unsafe extern "C" fn(ctxt: *mut c_void, hlil: *mut BNHighLevelILFunction, expr: usize, type_: *mut BNType, val: i64, tokens: *mut BNHighLevelILTokenEmitter, settings: *mut BNDisassemblySettings, symbolDisplay: BNSymbolDisplayType, precedence: BNOperatorPrecedence) -> bool>Trait Implementations§
source§impl Clone for BNCustomConstantRenderer
impl Clone for BNCustomConstantRenderer
source§fn clone(&self) -> BNCustomConstantRenderer
fn clone(&self) -> BNCustomConstantRenderer
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 BNCustomConstantRenderer
impl Debug for BNCustomConstantRenderer
source§impl Default for BNCustomConstantRenderer
impl Default for BNCustomConstantRenderer
impl Copy for BNCustomConstantRenderer
Auto Trait Implementations§
impl Freeze for BNCustomConstantRenderer
impl RefUnwindSafe for BNCustomConstantRenderer
impl !Send for BNCustomConstantRenderer
impl !Sync for BNCustomConstantRenderer
impl Unpin for BNCustomConstantRenderer
impl UnwindSafe for BNCustomConstantRenderer
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)