pub enum AlignmentAlgorithm {
Wavefront,
WavefrontAdaptive,
SWG,
}
Expand description
The different alignment algorithms implemented in this crate.
Variants§
Trait Implementations§
Source§impl Clone for AlignmentAlgorithm
impl Clone for AlignmentAlgorithm
Source§fn clone(&self) -> AlignmentAlgorithm
fn clone(&self) -> AlignmentAlgorithm
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 AlignmentAlgorithm
impl Debug for AlignmentAlgorithm
Source§impl Display for AlignmentAlgorithm
impl Display for AlignmentAlgorithm
Source§impl FromStr for AlignmentAlgorithm
impl FromStr for AlignmentAlgorithm
Source§impl TryFrom<&str> for AlignmentAlgorithm
impl TryFrom<&str> for AlignmentAlgorithm
impl Copy for AlignmentAlgorithm
Auto Trait Implementations§
impl Freeze for AlignmentAlgorithm
impl RefUnwindSafe for AlignmentAlgorithm
impl Send for AlignmentAlgorithm
impl Sync for AlignmentAlgorithm
impl Unpin for AlignmentAlgorithm
impl UnwindSafe for AlignmentAlgorithm
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