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