pub enum StoreMode {
DoesNotStore,
LastOperand,
LastTwoOperands,
}
Variants§
Trait Implementations§
impl Copy for StoreMode
impl StructuralPartialEq for StoreMode
Auto Trait Implementations§
impl Freeze for StoreMode
impl RefUnwindSafe for StoreMode
impl Send for StoreMode
impl Sync for StoreMode
impl Unpin for StoreMode
impl UnwindSafe for StoreMode
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