#[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: BNRegisterValueTrait Implementations§
Source§impl Clone for BNFirmwareNinjaMemoryAccess
impl Clone for BNFirmwareNinjaMemoryAccess
Source§fn clone(&self) -> BNFirmwareNinjaMemoryAccess
fn clone(&self) -> BNFirmwareNinjaMemoryAccess
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 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