#[repr(C)]pub struct BNCustomLanguageRepresentationFunctionType {
pub context: *mut c_void,
pub create: Option<unsafe extern "C" fn(ctxt: *mut c_void, arch: *mut BNArchitecture, owner: *mut BNFunction, highLevelIL: *mut BNHighLevelILFunction) -> *mut BNLanguageRepresentationFunction>,
pub isValid: Option<unsafe extern "C" fn(ctxt: *mut c_void, view: *mut BNBinaryView) -> bool>,
pub getTypePrinter: Option<unsafe extern "C" fn(ctxt: *mut c_void) -> *mut BNTypePrinter>,
pub getTypeParser: Option<unsafe extern "C" fn(ctxt: *mut c_void) -> *mut BNTypeParser>,
pub getLineFormatter: Option<unsafe extern "C" fn(ctxt: *mut c_void) -> *mut BNLineFormatter>,
pub getFunctionTypeTokens: Option<unsafe extern "C" fn(ctxt: *mut c_void, func: *mut BNFunction, settings: *mut BNDisassemblySettings, count: *mut usize) -> *mut BNDisassemblyTextLine>,
pub freeLines: Option<unsafe extern "C" fn(ctxt: *mut c_void, lines: *mut BNDisassemblyTextLine, count: usize)>,
}
Fields§
§context: *mut c_void
§create: Option<unsafe extern "C" fn(ctxt: *mut c_void, arch: *mut BNArchitecture, owner: *mut BNFunction, highLevelIL: *mut BNHighLevelILFunction) -> *mut BNLanguageRepresentationFunction>
§isValid: Option<unsafe extern "C" fn(ctxt: *mut c_void, view: *mut BNBinaryView) -> bool>
§getTypePrinter: Option<unsafe extern "C" fn(ctxt: *mut c_void) -> *mut BNTypePrinter>
§getTypeParser: Option<unsafe extern "C" fn(ctxt: *mut c_void) -> *mut BNTypeParser>
§getLineFormatter: Option<unsafe extern "C" fn(ctxt: *mut c_void) -> *mut BNLineFormatter>
§getFunctionTypeTokens: Option<unsafe extern "C" fn(ctxt: *mut c_void, func: *mut BNFunction, settings: *mut BNDisassemblySettings, count: *mut usize) -> *mut BNDisassemblyTextLine>
§freeLines: Option<unsafe extern "C" fn(ctxt: *mut c_void, lines: *mut BNDisassemblyTextLine, count: usize)>
Trait Implementations§
source§impl Clone for BNCustomLanguageRepresentationFunctionType
impl Clone for BNCustomLanguageRepresentationFunctionType
source§fn clone(&self) -> BNCustomLanguageRepresentationFunctionType
fn clone(&self) -> BNCustomLanguageRepresentationFunctionType
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 moreimpl Copy for BNCustomLanguageRepresentationFunctionType
Auto Trait Implementations§
impl Freeze for BNCustomLanguageRepresentationFunctionType
impl RefUnwindSafe for BNCustomLanguageRepresentationFunctionType
impl !Send for BNCustomLanguageRepresentationFunctionType
impl !Sync for BNCustomLanguageRepresentationFunctionType
impl Unpin for BNCustomLanguageRepresentationFunctionType
impl UnwindSafe for BNCustomLanguageRepresentationFunctionType
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
)