#[repr(C)]pub enum IteratorTypeKind {
Parallel = 0,
Reduction = 1,
Window = 2,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IteratorTypeKind
impl Clone for IteratorTypeKind
Source§fn clone(&self) -> IteratorTypeKind
fn clone(&self) -> IteratorTypeKind
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 Display for IteratorTypeKind
impl Display for IteratorTypeKind
Source§impl From<i32> for IteratorTypeKind
impl From<i32> for IteratorTypeKind
Source§impl PartialEq for IteratorTypeKind
impl PartialEq for IteratorTypeKind
impl Copy for IteratorTypeKind
impl StructuralPartialEq for IteratorTypeKind
Auto Trait Implementations§
impl Freeze for IteratorTypeKind
impl RefUnwindSafe for IteratorTypeKind
impl Send for IteratorTypeKind
impl Sync for IteratorTypeKind
impl Unpin for IteratorTypeKind
impl UnwindSafe for IteratorTypeKind
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