Skip to main content

RArray3D

Type Alias RArray3D 

Source
pub type RArray3D<T> = RArray<T, 3>;
Expand description

A 3-dimensional R array.

Aliased Type§

#[repr(transparent)]
pub struct RArray3D<T> { sexp: SEXP, _marker: PhantomData<*const T>, }

Fields§

§sexp: SEXP§_marker: PhantomData<*const T>

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes