#[repr(C)]pub struct StackCanary { /* private fields */ }
Expand description
Stack canary for overflow detection.
Implementations§
Trait Implementations§
Source§impl Clone for StackCanary
impl Clone for StackCanary
Source§fn clone(&self) -> StackCanary
fn clone(&self) -> StackCanary
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 moreimpl Copy for StackCanary
Auto Trait Implementations§
impl Freeze for StackCanary
impl RefUnwindSafe for StackCanary
impl Send for StackCanary
impl Sync for StackCanary
impl Unpin for StackCanary
impl UnwindSafe for StackCanary
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