Struct vtil_parser::Reg [−][src]
pub struct Reg {
pub flags: RegisterFlags,
pub combined_id: u64,
pub bit_count: i32,
pub bit_offset: i32,
}Describes a VTIL register in an operand
Fields
flags: RegisterFlagsFlags describing the register
combined_id: u64Identifier for this register, use Reg::local_id
bit_count: i32The bit count of this register (e.g.: 32)
bit_offset: i32The bit offset of register access
Implementations
Trait Implementations
impl Copy for Reg[src]
Auto Trait Implementations
impl RefUnwindSafe for Reg
impl Send for Reg
impl Sync for Reg
impl Unpin for Reg
impl UnwindSafe for Reg
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more