pub struct FixedUtf32LeNullPadded<const N: usize>(pub FixedUtf32LeCodeUnits<N>);Available on crate features
text_fixed and text_utf32 only.Expand description
Fixed UTF-32LE code units interpreted as a NUL-padded string.
Tuple Fields§
§0: FixedUtf32LeCodeUnits<N>Trait Implementations§
Source§impl<const N: usize> Clone for FixedUtf32LeNullPadded<N>
Available on crate features text_utf8 or text_utf16 or text_utf32 or text_fixed only.
impl<const N: usize> Clone for FixedUtf32LeNullPadded<N>
Available on crate features
text_utf8 or text_utf16 or text_utf32 or text_fixed only.Source§fn clone(&self) -> FixedUtf32LeNullPadded<N>
fn clone(&self) -> FixedUtf32LeNullPadded<N>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<const N: usize> Debug for FixedUtf32LeNullPadded<N>
Available on crate features text_utf8 or text_utf16 or text_utf32 or text_fixed only.
impl<const N: usize> Debug for FixedUtf32LeNullPadded<N>
Available on crate features
text_utf8 or text_utf16 or text_utf32 or text_fixed only.Source§impl<const N: usize> EndianRead for FixedUtf32LeNullPadded<N>
Available on crate feature io-std and (crate features io-core or io-std) only.
impl<const N: usize> EndianRead for FixedUtf32LeNullPadded<N>
Available on crate feature
io-std and (crate features io-core or io-std) only.Source§impl<const N: usize> EndianWrite for FixedUtf32LeNullPadded<N>
Available on crate feature io-std and (crate features io-core or io-std) only.
impl<const N: usize> EndianWrite for FixedUtf32LeNullPadded<N>
Available on crate feature
io-std and (crate features io-core or io-std) only.Source§impl<const N: usize> From<FixedUtf32CodeUnitsEndian<LittleEndian<u32>, N>> for FixedUtf32LeNullPadded<N>
Available on crate features text_utf8 or text_utf16 or text_utf32 or text_fixed only.
impl<const N: usize> From<FixedUtf32CodeUnitsEndian<LittleEndian<u32>, N>> for FixedUtf32LeNullPadded<N>
Available on crate features
text_utf8 or text_utf16 or text_utf32 or text_fixed only.Source§fn from(v: FixedUtf32LeCodeUnits<N>) -> Self
fn from(v: FixedUtf32LeCodeUnits<N>) -> Self
Converts to this type from the input type.
Source§impl<const N: usize> From<FixedUtf32LeNullPadded<N>> for FixedUtf32LeCodeUnits<N>
Available on crate features text_utf8 or text_utf16 or text_utf32 or text_fixed only.
impl<const N: usize> From<FixedUtf32LeNullPadded<N>> for FixedUtf32LeCodeUnits<N>
Available on crate features
text_utf8 or text_utf16 or text_utf32 or text_fixed only.Source§fn from(v: FixedUtf32LeNullPadded<N>) -> Self
fn from(v: FixedUtf32LeNullPadded<N>) -> Self
Converts to this type from the input type.
Source§impl<const N: usize> FromSlice for FixedUtf32LeNullPadded<N>
Available on crate feature io-core and (crate features io-core or io-std) only.
impl<const N: usize> FromSlice for FixedUtf32LeNullPadded<N>
Available on crate feature
io-core and (crate features io-core or io-std) only.Source§impl<const N: usize> Hash for FixedUtf32LeNullPadded<N>
Available on crate features text_utf8 or text_utf16 or text_utf32 or text_fixed only.
impl<const N: usize> Hash for FixedUtf32LeNullPadded<N>
Available on crate features
text_utf8 or text_utf16 or text_utf32 or text_fixed only.Source§impl<const N: usize> Ord for FixedUtf32LeNullPadded<N>
Available on crate features text_utf8 or text_utf16 or text_utf32 or text_fixed only.
impl<const N: usize> Ord for FixedUtf32LeNullPadded<N>
Available on crate features
text_utf8 or text_utf16 or text_utf32 or text_fixed only.Source§fn cmp(&self, other: &FixedUtf32LeNullPadded<N>) -> Ordering
fn cmp(&self, other: &FixedUtf32LeNullPadded<N>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<const N: usize> PartialEq for FixedUtf32LeNullPadded<N>
Available on crate features text_utf8 or text_utf16 or text_utf32 or text_fixed only.
impl<const N: usize> PartialEq for FixedUtf32LeNullPadded<N>
Available on crate features
text_utf8 or text_utf16 or text_utf32 or text_fixed only.Source§impl<const N: usize> PartialOrd for FixedUtf32LeNullPadded<N>
Available on crate features text_utf8 or text_utf16 or text_utf32 or text_fixed only.
impl<const N: usize> PartialOrd for FixedUtf32LeNullPadded<N>
Available on crate features
text_utf8 or text_utf16 or text_utf32 or text_fixed only.Source§impl<const N: usize> TryFrom<&FixedUtf32LeNullPadded<N>> for String
Available on crate features text_utf8 or text_utf16 or text_utf32 or text_fixed only.
impl<const N: usize> TryFrom<&FixedUtf32LeNullPadded<N>> for String
Available on crate features
text_utf8 or text_utf16 or text_utf32 or text_fixed only.Source§type Error = FixedUtf32Error
type Error = FixedUtf32Error
The type returned in the event of a conversion error.
Source§impl<const N: usize> TryFrom<&str> for FixedUtf32LeNullPadded<N>
Available on crate features text_utf8 or text_utf16 or text_utf32 or text_fixed only.
impl<const N: usize> TryFrom<&str> for FixedUtf32LeNullPadded<N>
Available on crate features
text_utf8 or text_utf16 or text_utf32 or text_fixed only.impl<const N: usize> Copy for FixedUtf32LeNullPadded<N>
Available on crate features
text_utf8 or text_utf16 or text_utf32 or text_fixed only.impl<const N: usize> Eq for FixedUtf32LeNullPadded<N>
Available on crate features
text_utf8 or text_utf16 or text_utf32 or text_fixed only.impl<const N: usize> StructuralPartialEq for FixedUtf32LeNullPadded<N>
Available on crate features
text_utf8 or text_utf16 or text_utf32 or text_fixed only.Auto Trait Implementations§
impl<const N: usize> Freeze for FixedUtf32LeNullPadded<N>
impl<const N: usize> RefUnwindSafe for FixedUtf32LeNullPadded<N>
impl<const N: usize> Send for FixedUtf32LeNullPadded<N>
impl<const N: usize> Sync for FixedUtf32LeNullPadded<N>
impl<const N: usize> Unpin for FixedUtf32LeNullPadded<N>
impl<const N: usize> UnwindSafe for FixedUtf32LeNullPadded<N>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more