pub enum ShiftOp {
Sll,
Srl,
Sla,
Sra,
Rol,
Ror,
}
Variants§
Trait Implementations§
impl Copy for ShiftOp
impl Eq for ShiftOp
impl StructuralPartialEq for ShiftOp
Auto Trait Implementations§
impl Freeze for ShiftOp
impl RefUnwindSafe for ShiftOp
impl Send for ShiftOp
impl Sync for ShiftOp
impl Unpin for ShiftOp
impl UnwindSafe for ShiftOp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more