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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SfLegendreNorm
Source§impl Debug for SfLegendreNorm
impl Debug for SfLegendreNorm
Source§impl PartialEq for SfLegendreNorm
impl PartialEq for SfLegendreNorm
Source§fn eq(&self, other: &SfLegendreNorm) -> bool
fn eq(&self, other: &SfLegendreNorm) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SfLegendreNorm
impl PartialOrd 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 UnsafeUnpin 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