pub struct KCycle {
pub algebra: String,
pub hilbert_space: String,
pub dirac: String,
pub p: u8,
}Expand description
K-cycle (M, H, D) representing a K-homology class.
Fields§
§algebra: String§hilbert_space: String§dirac: String§p: u8Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KCycle
impl RefUnwindSafe for KCycle
impl Send for KCycle
impl Sync for KCycle
impl Unpin for KCycle
impl UnsafeUnpin for KCycle
impl UnwindSafe for KCycle
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