pub enum SampleEdge {
Normal = 0,
Invert = 1,
}
Expand description
Parallel IO sample edge
Variants§
Trait Implementations§
Source§impl Clone for SampleEdge
impl Clone for SampleEdge
Source§fn clone(&self) -> SampleEdge
fn clone(&self) -> SampleEdge
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 Debug for SampleEdge
impl Debug for SampleEdge
Source§impl PartialEq for SampleEdge
impl PartialEq for SampleEdge
impl Copy for SampleEdge
impl StructuralPartialEq for SampleEdge
Auto Trait Implementations§
impl Freeze for SampleEdge
impl RefUnwindSafe for SampleEdge
impl Send for SampleEdge
impl Sync for SampleEdge
impl Unpin for SampleEdge
impl UnwindSafe for SampleEdge
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