pub enum WaveletDirection {
Forward,
Backward,
}
Variants§
Trait Implementations§
Source§impl Clone for WaveletDirection
impl Clone for WaveletDirection
Source§fn clone(&self) -> WaveletDirection
fn clone(&self) -> WaveletDirection
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 WaveletDirection
impl Debug for WaveletDirection
Source§impl PartialEq for WaveletDirection
impl PartialEq for WaveletDirection
Source§impl PartialOrd for WaveletDirection
impl PartialOrd for WaveletDirection
impl Copy for WaveletDirection
impl StructuralPartialEq for WaveletDirection
Auto Trait Implementations§
impl Freeze for WaveletDirection
impl RefUnwindSafe for WaveletDirection
impl Send for WaveletDirection
impl Sync for WaveletDirection
impl Unpin for WaveletDirection
impl UnwindSafe for WaveletDirection
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