#[repr(C)]pub struct BNBaseAddressDetectionReason {
pub Pointer: u64,
pub POIOffset: u64,
pub POIType: BNBaseAddressDetectionPOIType,
}Fields§
§Pointer: u64§POIOffset: u64§POIType: BNBaseAddressDetectionPOITypeTrait Implementations§
Source§impl Clone for BNBaseAddressDetectionReason
impl Clone for BNBaseAddressDetectionReason
Source§fn clone(&self) -> BNBaseAddressDetectionReason
fn clone(&self) -> BNBaseAddressDetectionReason
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 moreSource§impl Debug for BNBaseAddressDetectionReason
impl Debug for BNBaseAddressDetectionReason
impl Copy for BNBaseAddressDetectionReason
Auto Trait Implementations§
impl Freeze for BNBaseAddressDetectionReason
impl RefUnwindSafe for BNBaseAddressDetectionReason
impl Send for BNBaseAddressDetectionReason
impl Sync for BNBaseAddressDetectionReason
impl Unpin for BNBaseAddressDetectionReason
impl UnwindSafe for BNBaseAddressDetectionReason
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