pub enum Family {
Cyclic,
Angular,
Sampling,
Hashing,
CrossCutting,
}Expand description
计算家族。
Variants§
Cyclic
A 循环群 / CRT(时间→模运算)。
Angular
B 角度量化(星历→黄经→分段)。
Sampling
C 抽样 / 二进制(熵→有限格)。
Hashing
D 哈希环(字符串→数→约化)。
CrossCutting
⟂ 飞布 / 横切(群作用)。
Implementations§
Trait Implementations§
impl Copy for Family
impl Eq for Family
impl StructuralPartialEq for Family
Auto Trait Implementations§
impl Freeze for Family
impl RefUnwindSafe for Family
impl Send for Family
impl Sync for Family
impl Unpin for Family
impl UnsafeUnpin for Family
impl UnwindSafe for Family
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