Enum bad64_sys::ShiftType [−][src]
#[repr(u32)]
pub enum ShiftType {
Show 15 variants
ShiftType_NONE,
ShiftType_LSL,
ShiftType_LSR,
ShiftType_ASR,
ShiftType_ROR,
ShiftType_UXTW,
ShiftType_SXTW,
ShiftType_SXTX,
ShiftType_UXTX,
ShiftType_SXTB,
ShiftType_SXTH,
ShiftType_UXTH,
ShiftType_UXTB,
ShiftType_MSL,
ShiftType_END,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ShiftType
impl UnwindSafe for ShiftType
Blanket Implementations
Mutably borrows from an owned value. Read more