#[repr(C)]pub struct BNBaseAddressDetectionInstructionAnalysisSettings {
pub Common: BNBaseAddressDetectionCommonSettings,
pub Analysis: *const c_char,
pub Alignment: u32,
pub POIAnalysis: BNBaseAddressDetectionPOISetting,
pub MaxPointersPerCluster: u32,
}Fields§
§Common: BNBaseAddressDetectionCommonSettings§Analysis: *const c_char§Alignment: u32§POIAnalysis: BNBaseAddressDetectionPOISetting§MaxPointersPerCluster: u32Trait Implementations§
Source§impl Clone for BNBaseAddressDetectionInstructionAnalysisSettings
impl Clone for BNBaseAddressDetectionInstructionAnalysisSettings
Source§fn clone(&self) -> BNBaseAddressDetectionInstructionAnalysisSettings
fn clone(&self) -> BNBaseAddressDetectionInstructionAnalysisSettings
Returns a duplicate 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 BNBaseAddressDetectionInstructionAnalysisSettings
Auto Trait Implementations§
impl Freeze for BNBaseAddressDetectionInstructionAnalysisSettings
impl RefUnwindSafe for BNBaseAddressDetectionInstructionAnalysisSettings
impl !Send for BNBaseAddressDetectionInstructionAnalysisSettings
impl !Sync for BNBaseAddressDetectionInstructionAnalysisSettings
impl Unpin for BNBaseAddressDetectionInstructionAnalysisSettings
impl UnwindSafe for BNBaseAddressDetectionInstructionAnalysisSettings
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