pub struct CtfeCallStack {
pub frames: Vec<CtfeCallFrame>,
pub max_depth: usize,
}Expand description
CTFE call stack
Fields§
§frames: Vec<CtfeCallFrame>§max_depth: usizeImplementations§
Source§impl CtfeCallStack
impl CtfeCallStack
Trait Implementations§
Source§impl Debug for CtfeCallStack
impl Debug for CtfeCallStack
Source§impl Default for CtfeCallStack
impl Default for CtfeCallStack
Source§fn default() -> CtfeCallStack
fn default() -> CtfeCallStack
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CtfeCallStack
impl RefUnwindSafe for CtfeCallStack
impl Send for CtfeCallStack
impl Sync for CtfeCallStack
impl Unpin for CtfeCallStack
impl UnsafeUnpin for CtfeCallStack
impl UnwindSafe for CtfeCallStack
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