pub struct ShadowStack { /* private fields */ }
Expand description
Shadow stack implementation. Internally this is singly-linked list of on stack rooted values.
Implementations§
Auto Trait Implementations§
impl !Freeze for ShadowStack
impl !RefUnwindSafe for ShadowStack
impl !Send for ShadowStack
impl !Sync for ShadowStack
impl Unpin for ShadowStack
impl !UnwindSafe for ShadowStack
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