[][src]Module gdnative_bindings::access

Maybe unaligned pool array access

Structs

Aligned

An pool array access that is (assumed to be) aligned.

MaybeUnaligned

An pool array access that may be unaligned.

Owned

An pool array write access with an owned aligned copy. The data is written back when this is dropped.