Enum intuicio_data::data_stack::DataStackMode
source · pub enum DataStackMode {
Values,
Registers,
All,
}Variants§
Implementations§
source§impl DataStackMode
impl DataStackMode
pub fn allows_values(self) -> bool
pub fn allows_registers(self) -> bool
Trait Implementations§
source§impl Clone for DataStackMode
impl Clone for DataStackMode
source§fn clone(&self) -> DataStackMode
fn clone(&self) -> DataStackMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DataStackMode
impl Debug for DataStackMode
source§impl Default for DataStackMode
impl Default for DataStackMode
source§fn default() -> DataStackMode
fn default() -> DataStackMode
Returns the “default value” for a type. Read more
source§impl PartialEq<DataStackMode> for DataStackMode
impl PartialEq<DataStackMode> for DataStackMode
source§fn eq(&self, other: &DataStackMode) -> bool
fn eq(&self, other: &DataStackMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.