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