#[repr(C)]pub struct Stack {
pub former: Pointer,
pub latter: Pointer,
pub arguments: List,
pub environment: List,
pub auxiliary: List,
pub status: Status,
}Fields§
§former: Pointer§latter: Pointer§arguments: List§environment: List§auxiliary: List§status: StatusImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stack
impl RefUnwindSafe for Stack
impl !Send for Stack
impl !Sync for Stack
impl Unpin for Stack
impl UnwindSafe for Stack
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