#[repr(C)]pub struct BNBaseAddressDetectionSettings {
pub Architecture: *const c_char,
pub Analysis: *const c_char,
pub MinStrlen: u32,
pub Alignment: u32,
pub LowerBoundary: u64,
pub UpperBoundary: u64,
pub POIAnalysis: BNBaseAddressDetectionPOISetting,
pub MaxPointersPerCluster: u32,
}
Fields§
§Architecture: *const c_char
§Analysis: *const c_char
§MinStrlen: u32
§Alignment: u32
§LowerBoundary: u64
§UpperBoundary: u64
§POIAnalysis: BNBaseAddressDetectionPOISetting
§MaxPointersPerCluster: u32
Trait Implementations§
source§impl Clone for BNBaseAddressDetectionSettings
impl Clone for BNBaseAddressDetectionSettings
source§fn clone(&self) -> BNBaseAddressDetectionSettings
fn clone(&self) -> BNBaseAddressDetectionSettings
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 BNBaseAddressDetectionSettings
Auto Trait Implementations§
impl Freeze for BNBaseAddressDetectionSettings
impl RefUnwindSafe for BNBaseAddressDetectionSettings
impl !Send for BNBaseAddressDetectionSettings
impl !Sync for BNBaseAddressDetectionSettings
impl Unpin for BNBaseAddressDetectionSettings
impl UnwindSafe for BNBaseAddressDetectionSettings
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
)