pub struct EqualDecomposition<M: MathsCore, H: Habitat<M>> { /* private fields */ }
Implementations§
source§impl<M: MathsCore, H: Habitat<M>> EqualDecomposition<M, H>
impl<M: MathsCore, H: Habitat<M>> EqualDecomposition<M, H>
Trait Implementations§
source§impl<M: MathsCore, H: Habitat<M>> Backup for EqualDecomposition<M, H>
impl<M: MathsCore, H: Habitat<M>> Backup for EqualDecomposition<M, H>
unsafe fn backup_unchecked(&self) -> Self
fn backup(&self) -> BackedUp<Self>
source§impl<M: MathsCore, H: Habitat<M>> Decomposition<M, H> for EqualDecomposition<M, H>
impl<M: MathsCore, H: Habitat<M>> Decomposition<M, H> for EqualDecomposition<M, H>
fn get_subdomain(&self) -> Partition
Auto Trait Implementations§
impl<M, H> Freeze for EqualDecomposition<M, H>
impl<M, H> RefUnwindSafe for EqualDecomposition<M, H>where
M: RefUnwindSafe,
H: RefUnwindSafe,
impl<M, H> Send for EqualDecomposition<M, H>where
H: Send,
impl<M, H> Sync for EqualDecomposition<M, H>where
H: Sync,
impl<M, H> Unpin for EqualDecomposition<M, H>
impl<M, H> UnwindSafe for EqualDecomposition<M, H>where
M: UnwindSafe,
H: UnwindSafe,
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
§impl<T> ExtractDiscriminant for T
impl<T> ExtractDiscriminant for T
§type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
The type of the discriminant, which must satisfy the trait bounds
required by
core::mem::Discriminant
. Read more