Struct vtil_parser::ImmediateDesc [−][src]
pub struct ImmediateDesc {
pub bit_count: u32,
// some fields omitted
}Describes a VTIL immediate value in an operand
Fields
bit_count: u32The bit count of this register (e.g.: 32)
Implementations
impl ImmediateDesc[src]
impl ImmediateDesc[src]pub fn u64(&self) -> u64[src]
Access the underlying immediate as a u64
pub fn set_u64(&mut self, imm: u64)[src]
Set the value of the underlying immediate as a u64
pub fn i64(&self) -> i64[src]
Access the underlying immediate as an i64
pub fn set_i64(&mut self, imm: i64)[src]
Set the value of the underlying immediate as an i64
Trait Implementations
impl<'a> TryFromCtx<'a, Endian, [u8]> for ImmediateDesc[src]
impl<'a> TryFromCtx<'a, Endian, [u8]> for ImmediateDesc[src]Auto Trait Implementations
impl RefUnwindSafe for ImmediateDesc
impl RefUnwindSafe for ImmediateDescimpl Send for ImmediateDesc
impl Send for ImmediateDescimpl Sync for ImmediateDesc
impl Sync for ImmediateDescimpl Unpin for ImmediateDesc
impl Unpin for ImmediateDescimpl UnwindSafe for ImmediateDesc
impl UnwindSafe for ImmediateDesc