Struct Stack
liblightning::stack
pub struct Stack { /* fields omitted */ }
impl Stack
pub fn new(stack_size: usize) -> Stack
pub fn initial_rsp(&self) -> usize
impl Drop for Stack
fn drop(&mut self)
Executes the destructor for this type. Read more
impl !Send for Stack
impl !Sync for Stack