Type Alias DstArrayUsize
Source pub type DstArrayUsize<const CAP: usize> = DstArray<usize, CAP>;
Available on crate feature unsafe_layout
only.
Expand description
A statically allocated buffer for storing DSTs with pointer alignment.
struct DstArrayUsize<const CAP: usize> { }
Trait Implementations
Returns the compile-time “default value” for a type.
Returns the “default value” for a type.
Read more
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Inner type of the buffer
Get the buffer slice as shared reference.
Get the buffer slice as an exclusive reference.
Extend the buffer (fallible).
Convert a byte count to a word count (rounding up).