pub enum StackPointer {
Global,
TaskContext,
}Variants§
Trait Implementations§
Source§impl Clone for StackPointer
impl Clone for StackPointer
Source§fn clone(&self) -> StackPointer
fn clone(&self) -> StackPointer
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 moreSource§impl Debug for StackPointer
impl Debug for StackPointer
Source§impl Default for StackPointer
impl Default for StackPointer
Source§fn default() -> StackPointer
fn default() -> StackPointer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StackPointer
impl RefUnwindSafe for StackPointer
impl Send for StackPointer
impl Sync for StackPointer
impl Unpin for StackPointer
impl UnsafeUnpin for StackPointer
impl UnwindSafe for StackPointer
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