Struct stc_utils::stack::StartGuard
source · [−]pub struct StartGuard {
prev: usize,
}
Fields
prev: usize
Previous value.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StartGuard
impl Send for StartGuard
impl Sync for StartGuard
impl Unpin for StartGuard
impl UnwindSafe for StartGuard
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more