#[repr(C)]pub struct RawShadowStackEntry { /* private fields */ }
Expand description
Raw entry in GC shadow stack. Internal fields is not exposed in public API in any ways.
This type internally stores shadow stack pointeter,previous pointer from the list and vtable
that is used to construct dyn
trait.
Implementations§
Auto Trait Implementations§
impl Freeze for RawShadowStackEntry
impl !RefUnwindSafe for RawShadowStackEntry
impl !Send for RawShadowStackEntry
impl !Sync for RawShadowStackEntry
impl Unpin for RawShadowStackEntry
impl !UnwindSafe for RawShadowStackEntry
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