Enum stack_graphs::c::sg_deque_direction [−][src]
#[repr(C)]
pub enum sg_deque_direction {
SG_DEQUE_FORWARDS,
SG_DEQUE_BACKWARDS,
}
Expand description
Describes in which direction the content of a deque is stored in memory.
Variants
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for sg_deque_direction
impl Send for sg_deque_direction
impl Sync for sg_deque_direction
impl Unpin for sg_deque_direction
impl UnwindSafe for sg_deque_direction
Blanket Implementations
Mutably borrows from an owned value. Read more