Struct iced_x86::IcedFeatures[][src]

pub struct IcedFeatures;

Gets the available features

Implementations

impl IcedFeatures[src]

#[must_use]
pub fn has_gas() -> bool
[src]

true if the gas (AT&T) formatter is available

#[must_use]
pub fn has_intel() -> bool
[src]

true if the Intel (xed) formatter is available

#[must_use]
pub fn has_masm() -> bool
[src]

true if the masm formatter is available

#[must_use]
pub fn has_nasm() -> bool
[src]

true if the nasm formatter is available

#[must_use]
pub fn has_fast_fmt() -> bool
[src]

true if the fast formatter is available

#[must_use]
pub fn has_decoder() -> bool
[src]

true if the decoder is available

#[must_use]
pub fn has_encoder() -> bool
[src]

true if the encoder is available

#[must_use]
pub fn has_block_encoder() -> bool
[src]

true if the block encoder is available

#[must_use]
pub fn has_op_code_info() -> bool
[src]

true if the opcode info is available

#[must_use]
pub fn has_instruction_info() -> bool
[src]

true if the instruction info code is available

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.