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