pub struct NativeStackGuard { /* private fields */ }Implementations§
Source§impl NativeStackGuard
impl NativeStackGuard
pub fn native_stack_guard_mut_2(&mut self)
Source§impl NativeStackGuard
impl NativeStackGuard
pub fn native_stack_guard(&mut self)
Source§impl NativeStackGuard
impl NativeStackGuard
pub fn native_stack_guard_mut(&mut self)
Trait Implementations§
Source§impl Clone for NativeStackGuard
impl Clone for NativeStackGuard
Source§fn clone(&self) -> NativeStackGuard
fn clone(&self) -> NativeStackGuard
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NativeStackGuard
Source§impl Debug for NativeStackGuard
impl Debug for NativeStackGuard
impl Eq for NativeStackGuard
Source§impl Hash for NativeStackGuard
impl Hash for NativeStackGuard
Source§impl PartialEq for NativeStackGuard
impl PartialEq for NativeStackGuard
Source§fn eq(&self, other: &NativeStackGuard) -> bool
fn eq(&self, other: &NativeStackGuard) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NativeStackGuard
Auto Trait Implementations§
impl Freeze for NativeStackGuard
impl RefUnwindSafe for NativeStackGuard
impl Send for NativeStackGuard
impl Sync for NativeStackGuard
impl Unpin for NativeStackGuard
impl UnsafeUnpin for NativeStackGuard
impl UnwindSafe for NativeStackGuard
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