pub enum RecAuxIndex {
SIMD = 0,
PMU = 1,
Undefined = 2,
}Variants§
Trait Implementations§
Source§impl Clone for RecAuxIndex
impl Clone for RecAuxIndex
Source§fn clone(&self) -> RecAuxIndex
fn clone(&self) -> RecAuxIndex
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 RecAuxIndex
impl Debug for RecAuxIndex
impl Copy for RecAuxIndex
Auto Trait Implementations§
impl Freeze for RecAuxIndex
impl RefUnwindSafe for RecAuxIndex
impl Send for RecAuxIndex
impl Sync for RecAuxIndex
impl Unpin for RecAuxIndex
impl UnsafeUnpin for RecAuxIndex
impl UnwindSafe for RecAuxIndex
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