hashed_type_def_core/
probes.rs1#[cfg(not(feature = "default"))] #[doc(hidden)]
2pub const _DEFAULT: bool = false;
3#[cfg(feature = "default")] #[doc(hidden)]
4pub const _DEFAULT: bool = true;
5
6#[cfg(not(feature = "verbose1"))] #[doc(hidden)]
7pub const _VERBOSE1: bool = false;
8#[cfg(feature = "verbose1")] #[doc(hidden)]
9pub const _VERBOSE1: bool = true;
10
11#[cfg(not(feature = "verbose2"))] #[doc(hidden)]
12pub const _VERBOSE2: bool = false;
13#[cfg(feature = "verbose2")] #[doc(hidden)]
14pub const _VERBOSE2: bool = true;
15
16#[cfg(not(feature = "verbose3"))] #[doc(hidden)]
17pub const _VERBOSE3: bool = false;
18#[cfg(feature = "verbose3")] #[doc(hidden)]
19pub const _VERBOSE3: bool = true;
20
21#[cfg(not(feature = "verbose4"))] #[doc(hidden)]
22pub const _VERBOSE4: bool = false;
23#[cfg(feature = "verbose4")] #[doc(hidden)]
24pub const _VERBOSE4: bool = true;
25
26#[cfg(not(feature = "impl_nalgebra_sparse"))] #[doc(hidden)]
27pub const _IMPL_NALGEBRA_SPARSE: bool = false;
28#[cfg(feature = "impl_nalgebra_sparse")] #[doc(hidden)]
29pub const _IMPL_NALGEBRA_SPARSE: bool = true;
30
31#[cfg(not(feature = "impl_nalgebra"))] #[doc(hidden)]
32pub const _IMPL_NALGEBRA: bool = false;
33#[cfg(feature = "impl_nalgebra")] #[doc(hidden)]
34pub const _IMPL_NALGEBRA: bool = true;
35
36#[cfg(not(feature = "impl_rend"))] #[doc(hidden)]
37pub const _IMPL_REND: bool = false;
38#[cfg(feature = "impl_rend")] #[doc(hidden)]
39pub const _IMPL_REND: bool = true;
40
41#[cfg(not(feature = "nalgebra"))] #[doc(hidden)]
42pub const _NALGEBRA: bool = false;
43#[cfg(feature = "nalgebra")] #[doc(hidden)]
44pub const _NALGEBRA: bool = true;
45
46#[cfg(not(feature = "rend"))] #[doc(hidden)]
47pub const _REND: bool = false;
48#[cfg(feature = "rend")] #[doc(hidden)]
49pub const _REND: bool = true;