pub struct ConnesAlgebra {
pub foliation: String,
pub codimension: usize,
}Expand description
The Connes C*-algebra of a foliation (F, M) of codimension q.
This is the reduced C*-algebra of the holonomy groupoid of the foliation.
Fields§
§foliation: StringDescription of the foliation.
codimension: usizeCodimension of the foliation.
Implementations§
Source§impl ConnesAlgebra
impl ConnesAlgebra
Auto Trait Implementations§
impl Freeze for ConnesAlgebra
impl RefUnwindSafe for ConnesAlgebra
impl Send for ConnesAlgebra
impl Sync for ConnesAlgebra
impl Unpin for ConnesAlgebra
impl UnsafeUnpin for ConnesAlgebra
impl UnwindSafe for ConnesAlgebra
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