Skip to main content
ArrayFetch
moxcms
0.8.1
Array
Fetch
Required Methods
fetch
Implementors
In moxcms::
nd_
array
moxcms
::
nd_array
Trait
Array
Fetch
Copy item path
Source
pub(crate) trait ArrayFetch<T> { // Required method fn
fetch
(&self, x:
i32
, y:
i32
, z:
i32
) -> T; }
Required Methods
§
Source
fn
fetch
(&self, x:
i32
, y:
i32
, z:
i32
) -> T
Implementors
§
Source
§
impl
ArrayFetch
<
Vector3
<
f32
>> for
ArrayFetchVector3f
<'_>
Source
§
impl
ArrayFetch
<
Vector4
<
f32
>> for
ArrayFetchVector4f
<'_>