Struct heed_types::CowSlice

source ·
pub struct CowSlice<T>(_);
Expand description

Describes a slice that must be memory aligned and will be reallocated if it is not.

A Cow type is returned to represent this behavior.

If you need to store a slice that doesn’t depends on any memory alignment it is recommended to use the UnalignedSlice.

if you don’t want to be bored with the Cow type you can use the OwnedSlice.

Trait Implementations§

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.

Calls U::from(self).

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

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.