Enum capstone_sys::ppc_bh[][src]

#[repr(u32)]pub enum ppc_bh {
    PPC_BH_INVALID,
    PPC_BH_PLUS,
    PPC_BH_MINUS,
}

PPC branch hint for some branch instructions

Variants

PPC_BH_INVALID

< no hint

PPC_BH_PLUS

< PLUS hint

PPC_BH_MINUS

< MINUS hint

Trait Implementations

impl Clone for ppc_bh[src]

impl Copy for ppc_bh[src]

impl Debug for ppc_bh[src]

impl Eq for ppc_bh[src]

impl Hash for ppc_bh[src]

impl PartialEq<ppc_bh> for ppc_bh[src]

impl StructuralEq for ppc_bh[src]

impl StructuralPartialEq for ppc_bh[src]

Auto Trait Implementations

impl Send for ppc_bh

impl Sync for ppc_bh

impl Unpin for ppc_bh

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.