pub enum ProcessViewState {
Heap,
Stack,
MessageQueue,
}Variants§
Trait Implementations§
Source§impl Clone for ProcessViewState
impl Clone for ProcessViewState
Source§fn clone(&self) -> ProcessViewState
fn clone(&self) -> ProcessViewState
Returns a copy 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 Default for ProcessViewState
impl Default for ProcessViewState
Source§fn default() -> ProcessViewState
fn default() -> ProcessViewState
Returns the “default value” for a type. Read more
Source§impl PartialEq for ProcessViewState
impl PartialEq for ProcessViewState
impl Copy for ProcessViewState
impl Eq for ProcessViewState
impl StructuralPartialEq for ProcessViewState
Auto Trait Implementations§
impl Freeze for ProcessViewState
impl RefUnwindSafe for ProcessViewState
impl Send for ProcessViewState
impl Sync for ProcessViewState
impl Unpin for ProcessViewState
impl UnwindSafe for ProcessViewState
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