pub enum ProviderScanDirection {
Forward,
Reverse,
}Expand description
Direction used when computing prefix sums on the device.
Variants§
Trait Implementations§
Source§impl Clone for ProviderScanDirection
impl Clone for ProviderScanDirection
Source§fn clone(&self) -> ProviderScanDirection
fn clone(&self) -> ProviderScanDirection
Returns a duplicate 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 Debug for ProviderScanDirection
impl Debug for ProviderScanDirection
Source§impl<'de> Deserialize<'de> for ProviderScanDirection
impl<'de> Deserialize<'de> for ProviderScanDirection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProviderScanDirection
impl PartialEq for ProviderScanDirection
Source§impl Serialize for ProviderScanDirection
impl Serialize for ProviderScanDirection
impl Copy for ProviderScanDirection
impl Eq for ProviderScanDirection
impl StructuralPartialEq for ProviderScanDirection
Auto Trait Implementations§
impl Freeze for ProviderScanDirection
impl RefUnwindSafe for ProviderScanDirection
impl Send for ProviderScanDirection
impl Sync for ProviderScanDirection
impl Unpin for ProviderScanDirection
impl UnwindSafe for ProviderScanDirection
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