pub struct SMXDebugGlobals { /* private fields */ }Implementations§
Source§impl SMXDebugGlobals
impl SMXDebugGlobals
pub fn new(header: Rc<SMXHeader>, section: Rc<SectionEntry>) -> Result<Self>
pub fn find_global(&mut self, addr: i32) -> Option<DebugVarEntry>
pub fn symbol_entries(&self) -> Vec<DebugVarEntry>
Trait Implementations§
Source§impl Clone for SMXDebugGlobals
impl Clone for SMXDebugGlobals
Source§fn clone(&self) -> SMXDebugGlobals
fn clone(&self) -> SMXDebugGlobals
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SMXDebugGlobals
impl RefUnwindSafe for SMXDebugGlobals
impl Send for SMXDebugGlobals
impl Sync for SMXDebugGlobals
impl Unpin for SMXDebugGlobals
impl UnsafeUnpin for SMXDebugGlobals
impl UnwindSafe for SMXDebugGlobals
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