pub struct ExtGroup {
pub degree: usize,
pub rank: usize,
pub torsion: Vec<u64>,
}Expand description
A single Ext group Ext^n_R(M, N).
Fields§
§degree: usizeCohomological degree n.
rank: usizeFree rank.
torsion: Vec<u64>Torsion summands.
Implementations§
Trait Implementations§
impl Eq for ExtGroup
impl StructuralPartialEq for ExtGroup
Auto Trait Implementations§
impl Freeze for ExtGroup
impl RefUnwindSafe for ExtGroup
impl Send for ExtGroup
impl Sync for ExtGroup
impl Unpin for ExtGroup
impl UnsafeUnpin for ExtGroup
impl UnwindSafe for ExtGroup
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