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