pub struct PhiValue(/* private fields */);Expand description
An integrated-information (Phi) value used as a coherence input signal.
Stored as fixed-point with 4 decimal digits of precision.
Implementations§
Trait Implementations§
impl Copy for PhiValue
impl Eq for PhiValue
Source§impl Ord for PhiValue
impl Ord for PhiValue
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for PhiValue
impl PartialOrd for PhiValue
impl StructuralPartialEq for PhiValue
Auto Trait Implementations§
impl Freeze for PhiValue
impl RefUnwindSafe for PhiValue
impl Send for PhiValue
impl Sync for PhiValue
impl Unpin for PhiValue
impl UnsafeUnpin for PhiValue
impl UnwindSafe for PhiValue
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