#[repr(C)]pub struct BNFirmwareNinjaMemoryAccess {
pub instrAddress: u64,
pub memAddress: BNRegisterValue,
pub heuristic: BNFirmwareNinjaMemoryHeuristic,
pub type_: BNFirmwareNinjaMemoryAccessType,
pub value: BNRegisterValue,
}
Fields§
§instrAddress: u64
§memAddress: BNRegisterValue
§heuristic: BNFirmwareNinjaMemoryHeuristic
§type_: BNFirmwareNinjaMemoryAccessType
§value: BNRegisterValue
Trait Implementations§
source§impl Clone for BNFirmwareNinjaMemoryAccess
impl Clone for BNFirmwareNinjaMemoryAccess
source§fn clone(&self) -> BNFirmwareNinjaMemoryAccess
fn clone(&self) -> BNFirmwareNinjaMemoryAccess
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 BNFirmwareNinjaMemoryAccess
impl Debug for BNFirmwareNinjaMemoryAccess
impl Copy for BNFirmwareNinjaMemoryAccess
Auto Trait Implementations§
impl Freeze for BNFirmwareNinjaMemoryAccess
impl RefUnwindSafe for BNFirmwareNinjaMemoryAccess
impl Send for BNFirmwareNinjaMemoryAccess
impl Sync for BNFirmwareNinjaMemoryAccess
impl Unpin for BNFirmwareNinjaMemoryAccess
impl UnwindSafe for BNFirmwareNinjaMemoryAccess
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
)