#[repr(transparent)]
pub struct Utf32Str(_);
Expand description

UTF-32 string slice.

Implementations

Converts a slice of bytes to a Utf32Str without validating that the slice contains valid UTF-32 encoded data.

Access the elements of this UTF-32 string as a slice of u32 elements.

Trait Implementations

Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more

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
Converts the given value to a String. Read more