pub struct AddrSpace { /* private fields */ }Implementations§
Source§impl AddrSpace
impl AddrSpace
pub fn getName(&self) -> &CxxString
pub fn getDelay(&self) -> i32
pub fn getDeadcodeDelay(&self) -> i32
pub fn getIndex(&self) -> i32
pub fn getWordSize(&self) -> u32
pub fn getAddrSize(&self) -> u32
pub fn getHighest(&self) -> u64
pub fn getPointerLowerBound(&self) -> u64
pub fn getPointerUpperBound(&self) -> u64
pub fn getMinimumPtrSize(&self) -> i32
pub fn wrapOffset(&self, off: u64) -> u64
pub fn getShortcut(&self) -> c_char
pub fn isHeritaged(&self) -> bool
pub fn doesDeadcode(&self) -> bool
pub fn hasPhysical(&self) -> bool
pub fn isBigEndian(&self) -> bool
pub fn isReverseJustified(&self) -> bool
pub fn isOverlay(&self) -> bool
pub fn isOverlayBase(&self) -> bool
pub fn isOtherSpace(&self) -> bool
pub fn isTruncated(&self) -> bool
pub fn hasNearPointers(&self) -> bool
pub fn numSpacebase(&self) -> i32
pub fn getSpacebase(&self, i: i32) -> &VarnodeData
pub fn getSpacebaseFull(&self, i: i32) -> &VarnodeData
pub fn stackGrowsNegative(&self) -> bool
pub fn getContain(&self) -> *mut AddrSpace
Trait Implementations§
Source§impl ExternType for AddrSpace
impl ExternType for AddrSpace
Auto Trait Implementations§
impl !Freeze for AddrSpace
impl !Send for AddrSpace
impl !Sync for AddrSpace
impl !Unpin for AddrSpace
impl RefUnwindSafe for AddrSpace
impl UnsafeUnpin for AddrSpace
impl UnwindSafe for AddrSpace
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