#[repr(C)]pub struct IdaxFrameVariable {
pub name: *mut c_char,
pub byte_offset: usize,
pub byte_size: usize,
pub comment: *mut c_char,
pub is_special: c_int,
}Expand description
Stack frame variable.
Fields§
§name: *mut c_char§byte_offset: usize§byte_size: usize§comment: *mut c_char§is_special: c_intTrait Implementations§
Source§impl Clone for IdaxFrameVariable
impl Clone for IdaxFrameVariable
Source§fn clone(&self) -> IdaxFrameVariable
fn clone(&self) -> IdaxFrameVariable
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 IdaxFrameVariable
impl Debug for IdaxFrameVariable
Source§impl Default for IdaxFrameVariable
impl Default for IdaxFrameVariable
impl Copy for IdaxFrameVariable
Auto Trait Implementations§
impl Freeze for IdaxFrameVariable
impl RefUnwindSafe for IdaxFrameVariable
impl !Send for IdaxFrameVariable
impl !Sync for IdaxFrameVariable
impl Unpin for IdaxFrameVariable
impl UnsafeUnpin for IdaxFrameVariable
impl UnwindSafe for IdaxFrameVariable
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