Enum psm::StackDirection [−][src]
pub enum StackDirection {
    Ascending,
    Descending,
}The direction into which stack grows as stack frames are made.
This is a target-specific property that can be obtained at runtime by calling
StackDirection::new().
Variants
Implementations
impl StackDirection[src]
impl StackDirection[src]pub fn new() -> StackDirection[src]
Obtain the stack growth direction.
Trait Implementations
impl Clone for StackDirection[src]
impl Clone for StackDirection[src]fn clone(&self) -> StackDirection[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<StackDirection> for StackDirection[src]
impl PartialEq<StackDirection> for StackDirection[src]fn eq(&self, other: &StackDirection) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> bool