pub enum StackCorruption {
GuardPage,
StackFrame,
Unknown,
}
Variants§
Trait Implementations§
Source§impl Clone for StackCorruption
impl Clone for StackCorruption
Source§fn clone(&self) -> StackCorruption
fn clone(&self) -> StackCorruption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StackCorruption
impl Debug for StackCorruption
impl Copy for StackCorruption
Auto Trait Implementations§
impl Freeze for StackCorruption
impl RefUnwindSafe for StackCorruption
impl Send for StackCorruption
impl Sync for StackCorruption
impl Unpin for StackCorruption
impl UnwindSafe for StackCorruption
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