pub struct StackProtection { /* private fields */ }
Expand description
Stack protection implementation.
Implementations§
Auto Trait Implementations§
impl !Freeze for StackProtection
impl RefUnwindSafe for StackProtection
impl Send for StackProtection
impl Sync for StackProtection
impl Unpin for StackProtection
impl UnwindSafe for StackProtection
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