Expand description
Dummy module that generates shadow stack type to see documentation of all APIs provided.
Structs§
- Handle
- Reference to rooted value.
- Handle
Mut - Mutable reference to rooted value.
- RawShadow
Stack Entry - Raw entry in GC shadow stack. Internal fields is not exposed in public API in any ways.
- Rooted
- Rooted value on stack. This is non-copyable type that is used to hold GC thing on stack.
- Shadow
Stack - Shadow stack implementation. Internally this is singly-linked list of on stack rooted values.
- Shadow
Stack Internal - Almost the same as raw entry of shadow stack except this one gives access to value. This type is not exposed in public API and used only internally.