Enum faer_core::mul::triangular::BlockStructure
source · pub enum BlockStructure {
Rectangular,
TriangularLower,
StrictTriangularLower,
UnitTriangularLower,
TriangularUpper,
StrictTriangularUpper,
UnitTriangularUpper,
}Variants
Rectangular
TriangularLower
StrictTriangularLower
UnitTriangularLower
TriangularUpper
StrictTriangularUpper
UnitTriangularUpper
Implementations
Trait Implementations
sourceimpl Clone for BlockStructure
impl Clone for BlockStructure
sourcefn clone(&self) -> BlockStructure
fn clone(&self) -> BlockStructure
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BlockStructure
impl Debug for BlockStructure
impl Copy for BlockStructure
Auto Trait Implementations
impl RefUnwindSafe for BlockStructure
impl Send for BlockStructure
impl Sync for BlockStructure
impl Unpin for BlockStructure
impl UnwindSafe for BlockStructure
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more