pub enum StateSpace {
Reg,
SReg,
Const,
Global,
Local,
Param,
Shared,
Tex,
}Variants§
Trait Implementations§
Source§impl Clone for StateSpace
impl Clone for StateSpace
Source§fn clone(&self) -> StateSpace
fn clone(&self) -> StateSpace
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 StateSpace
Source§impl Debug for StateSpace
impl Debug for StateSpace
impl Eq for StateSpace
Source§impl PartialEq for StateSpace
impl PartialEq for StateSpace
Source§fn eq(&self, other: &StateSpace) -> bool
fn eq(&self, other: &StateSpace) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StateSpace
Auto Trait Implementations§
impl Freeze for StateSpace
impl RefUnwindSafe for StateSpace
impl Send for StateSpace
impl Sync for StateSpace
impl Unpin for StateSpace
impl UnsafeUnpin for StateSpace
impl UnwindSafe for StateSpace
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