pub enum SyncReadingStrategy {
Cyclic,
Strided,
Tilewise,
}Expand description
Which reader to use in simple algorithms
Variants§
Trait Implementations§
Source§impl Clone for SyncReadingStrategy
impl Clone for SyncReadingStrategy
Source§fn clone(&self) -> SyncReadingStrategy
fn clone(&self) -> SyncReadingStrategy
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 moreAuto Trait Implementations§
impl Freeze for SyncReadingStrategy
impl RefUnwindSafe for SyncReadingStrategy
impl Send for SyncReadingStrategy
impl Sync for SyncReadingStrategy
impl Unpin for SyncReadingStrategy
impl UnwindSafe for SyncReadingStrategy
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