#[repr(C)]
pub struct xc_dimensions {
Show 74 fields pub rho: c_int, pub sigma: c_int, pub lapl: c_int, pub tau: c_int, pub zk: c_int, pub vrho: c_int, pub vsigma: c_int, pub vlapl: c_int, pub vtau: c_int, pub v2rho2: c_int, pub v2rhosigma: c_int, pub v2rholapl: c_int, pub v2rhotau: c_int, pub v2sigma2: c_int, pub v2sigmalapl: c_int, pub v2sigmatau: c_int, pub v2lapl2: c_int, pub v2lapltau: c_int, pub v2tau2: c_int, pub v3rho3: c_int, pub v3rho2sigma: c_int, pub v3rho2lapl: c_int, pub v3rho2tau: c_int, pub v3rhosigma2: c_int, pub v3rhosigmalapl: c_int, pub v3rhosigmatau: c_int, pub v3rholapl2: c_int, pub v3rholapltau: c_int, pub v3rhotau2: c_int, pub v3sigma3: c_int, pub v3sigma2lapl: c_int, pub v3sigma2tau: c_int, pub v3sigmalapl2: c_int, pub v3sigmalapltau: c_int, pub v3sigmatau2: c_int, pub v3lapl3: c_int, pub v3lapl2tau: c_int, pub v3lapltau2: c_int, pub v3tau3: c_int, pub v4rho4: c_int, pub v4rho3sigma: c_int, pub v4rho3lapl: c_int, pub v4rho3tau: c_int, pub v4rho2sigma2: c_int, pub v4rho2sigmalapl: c_int, pub v4rho2sigmatau: c_int, pub v4rho2lapl2: c_int, pub v4rho2lapltau: c_int, pub v4rho2tau2: c_int, pub v4rhosigma3: c_int, pub v4rhosigma2lapl: c_int, pub v4rhosigma2tau: c_int, pub v4rhosigmalapl2: c_int, pub v4rhosigmalapltau: c_int, pub v4rhosigmatau2: c_int, pub v4rholapl3: c_int, pub v4rholapl2tau: c_int, pub v4rholapltau2: c_int, pub v4rhotau3: c_int, pub v4sigma4: c_int, pub v4sigma3lapl: c_int, pub v4sigma3tau: c_int, pub v4sigma2lapl2: c_int, pub v4sigma2lapltau: c_int, pub v4sigma2tau2: c_int, pub v4sigmalapl3: c_int, pub v4sigmalapl2tau: c_int, pub v4sigmalapltau2: c_int, pub v4sigmatau3: c_int, pub v4lapl4: c_int, pub v4lapl3tau: c_int, pub v4lapl2tau2: c_int, pub v4lapltau3: c_int, pub v4tau4: c_int,
}

Fields

rho: c_intsigma: c_intlapl: c_inttau: c_intzk: c_intvrho: c_intvsigma: c_intvlapl: c_intvtau: c_intv2rho2: c_intv2rhosigma: c_intv2rholapl: c_intv2rhotau: c_intv2sigma2: c_intv2sigmalapl: c_intv2sigmatau: c_intv2lapl2: c_intv2lapltau: c_intv2tau2: c_intv3rho3: c_intv3rho2sigma: c_intv3rho2lapl: c_intv3rho2tau: c_intv3rhosigma2: c_intv3rhosigmalapl: c_intv3rhosigmatau: c_intv3rholapl2: c_intv3rholapltau: c_intv3rhotau2: c_intv3sigma3: c_intv3sigma2lapl: c_intv3sigma2tau: c_intv3sigmalapl2: c_intv3sigmalapltau: c_intv3sigmatau2: c_intv3lapl3: c_intv3lapl2tau: c_intv3lapltau2: c_intv3tau3: c_intv4rho4: c_intv4rho3sigma: c_intv4rho3lapl: c_intv4rho3tau: c_intv4rho2sigma2: c_intv4rho2sigmalapl: c_intv4rho2sigmatau: c_intv4rho2lapl2: c_intv4rho2lapltau: c_intv4rho2tau2: c_intv4rhosigma3: c_intv4rhosigma2lapl: c_intv4rhosigma2tau: c_intv4rhosigmalapl2: c_intv4rhosigmalapltau: c_intv4rhosigmatau2: c_intv4rholapl3: c_intv4rholapl2tau: c_intv4rholapltau2: c_intv4rhotau3: c_intv4sigma4: c_intv4sigma3lapl: c_intv4sigma3tau: c_intv4sigma2lapl2: c_intv4sigma2lapltau: c_intv4sigma2tau2: c_intv4sigmalapl3: c_intv4sigmalapl2tau: c_intv4sigmalapltau2: c_intv4sigmatau3: c_intv4lapl4: c_intv4lapl3tau: c_intv4lapl2tau2: c_intv4lapltau3: c_intv4tau4: c_int

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
Should always be Self
The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Checks if self is actually part of its subset T (and can be converted to it).
Use with care! Same as self.to_subset but without any property checks. Always succeeds.
The inclusion map: converts self to the equivalent element of its superset.
The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Checks if self is actually part of its subset T (and can be converted to it).
Use with care! Same as self.to_subset but without any property checks. Always succeeds.
The inclusion map: converts self to the equivalent element of its superset.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more