#[repr(C)]pub struct BaseAddressDetectionScore {
pub score: usize,
pub base_address: u64,
}
Fields§
§score: usize
§base_address: u64
Trait Implementations§
source§impl Clone for BaseAddressDetectionScore
impl Clone for BaseAddressDetectionScore
source§fn clone(&self) -> BaseAddressDetectionScore
fn clone(&self) -> BaseAddressDetectionScore
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 BaseAddressDetectionScore
impl Debug for BaseAddressDetectionScore
source§impl Hash for BaseAddressDetectionScore
impl Hash for BaseAddressDetectionScore
impl Copy for BaseAddressDetectionScore
impl Eq for BaseAddressDetectionScore
impl StructuralPartialEq for BaseAddressDetectionScore
Auto Trait Implementations§
impl Freeze for BaseAddressDetectionScore
impl RefUnwindSafe for BaseAddressDetectionScore
impl Send for BaseAddressDetectionScore
impl Sync for BaseAddressDetectionScore
impl Unpin for BaseAddressDetectionScore
impl UnwindSafe for BaseAddressDetectionScore
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