#[repr(C)]pub struct r_reg_t {Show 14 fields
pub profile: *mut c_char,
pub reg_profile_cmt: *mut c_char,
pub reg_profile_str: *mut c_char,
pub name: [*mut c_char; 25],
pub regset: [RRegSet; 8],
pub allregs: *mut RList,
pub roregs: *mut RList,
pub iters: c_int,
pub arch: c_int,
pub bits: c_int,
pub size: c_int,
pub bits_default: c_int,
pub is_thumb: bool,
pub big_endian: bool,
}
Fields§
§profile: *mut c_char
§reg_profile_cmt: *mut c_char
§reg_profile_str: *mut c_char
§name: [*mut c_char; 25]
§regset: [RRegSet; 8]
§allregs: *mut RList
§roregs: *mut RList
§iters: c_int
§arch: c_int
§bits: c_int
§size: c_int
§bits_default: c_int
§is_thumb: bool
§big_endian: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for r_reg_t
impl RefUnwindSafe for r_reg_t
impl !Send for r_reg_t
impl !Sync for r_reg_t
impl Unpin for r_reg_t
impl UnwindSafe for r_reg_t
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