#[repr(C, packed(1))]pub struct u128_ule(/* private fields */);
Expand description
A little-endian unaligned u128
with a guaranteed size of 16
and alignment of 1
.
Implementations§
Trait Implementations§
Source§impl AddAssign<&u128> for u128_ule
impl AddAssign<&u128> for u128_ule
Source§fn add_assign(&mut self, other: &u128)
fn add_assign(&mut self, other: &u128)
Performs the
+=
operation. Read moreSource§impl AddAssign<&u128_ule> for u128_ule
impl AddAssign<&u128_ule> for u128_ule
Source§fn add_assign(&mut self, other: &u128_ule)
fn add_assign(&mut self, other: &u128_ule)
Performs the
+=
operation. Read moreSource§impl AddAssign<u128> for u128_ule
impl AddAssign<u128> for u128_ule
Source§fn add_assign(&mut self, other: u128)
fn add_assign(&mut self, other: u128)
Performs the
+=
operation. Read moreSource§impl AddAssign for u128_ule
impl AddAssign for u128_ule
Source§fn add_assign(&mut self, other: u128_ule)
fn add_assign(&mut self, other: u128_ule)
Performs the
+=
operation. Read moreSource§impl BitAndAssign<&u128> for u128_ule
impl BitAndAssign<&u128> for u128_ule
Source§fn bitand_assign(&mut self, other: &u128)
fn bitand_assign(&mut self, other: &u128)
Performs the
&=
operation. Read moreSource§impl BitAndAssign<&u128_ule> for u128_ule
impl BitAndAssign<&u128_ule> for u128_ule
Source§fn bitand_assign(&mut self, other: &u128_ule)
fn bitand_assign(&mut self, other: &u128_ule)
Performs the
&=
operation. Read moreSource§impl BitAndAssign<u128> for u128_ule
impl BitAndAssign<u128> for u128_ule
Source§fn bitand_assign(&mut self, other: u128)
fn bitand_assign(&mut self, other: u128)
Performs the
&=
operation. Read moreSource§impl BitAndAssign for u128_ule
impl BitAndAssign for u128_ule
Source§fn bitand_assign(&mut self, other: u128_ule)
fn bitand_assign(&mut self, other: u128_ule)
Performs the
&=
operation. Read moreSource§impl BitOrAssign<&u128> for u128_ule
impl BitOrAssign<&u128> for u128_ule
Source§fn bitor_assign(&mut self, other: &u128)
fn bitor_assign(&mut self, other: &u128)
Performs the
|=
operation. Read moreSource§impl BitOrAssign<&u128_ule> for u128_ule
impl BitOrAssign<&u128_ule> for u128_ule
Source§fn bitor_assign(&mut self, other: &u128_ule)
fn bitor_assign(&mut self, other: &u128_ule)
Performs the
|=
operation. Read moreSource§impl BitOrAssign<u128> for u128_ule
impl BitOrAssign<u128> for u128_ule
Source§fn bitor_assign(&mut self, other: u128)
fn bitor_assign(&mut self, other: u128)
Performs the
|=
operation. Read moreSource§impl BitOrAssign for u128_ule
impl BitOrAssign for u128_ule
Source§fn bitor_assign(&mut self, other: u128_ule)
fn bitor_assign(&mut self, other: u128_ule)
Performs the
|=
operation. Read moreSource§impl BitXorAssign<&u128> for u128_ule
impl BitXorAssign<&u128> for u128_ule
Source§fn bitxor_assign(&mut self, other: &u128)
fn bitxor_assign(&mut self, other: &u128)
Performs the
^=
operation. Read moreSource§impl BitXorAssign<&u128_ule> for u128_ule
impl BitXorAssign<&u128_ule> for u128_ule
Source§fn bitxor_assign(&mut self, other: &u128_ule)
fn bitxor_assign(&mut self, other: &u128_ule)
Performs the
^=
operation. Read moreSource§impl BitXorAssign<u128> for u128_ule
impl BitXorAssign<u128> for u128_ule
Source§fn bitxor_assign(&mut self, other: u128)
fn bitxor_assign(&mut self, other: u128)
Performs the
^=
operation. Read moreSource§impl BitXorAssign for u128_ule
impl BitXorAssign for u128_ule
Source§fn bitxor_assign(&mut self, other: u128_ule)
fn bitxor_assign(&mut self, other: u128_ule)
Performs the
^=
operation. Read moreSource§impl DivAssign<&u128> for u128_ule
impl DivAssign<&u128> for u128_ule
Source§fn div_assign(&mut self, other: &u128)
fn div_assign(&mut self, other: &u128)
Performs the
/=
operation. Read moreSource§impl DivAssign<&u128_ule> for u128_ule
impl DivAssign<&u128_ule> for u128_ule
Source§fn div_assign(&mut self, other: &u128_ule)
fn div_assign(&mut self, other: &u128_ule)
Performs the
/=
operation. Read moreSource§impl DivAssign<u128> for u128_ule
impl DivAssign<u128> for u128_ule
Source§fn div_assign(&mut self, other: u128)
fn div_assign(&mut self, other: u128)
Performs the
/=
operation. Read moreSource§impl DivAssign for u128_ule
impl DivAssign for u128_ule
Source§fn div_assign(&mut self, other: u128_ule)
fn div_assign(&mut self, other: u128_ule)
Performs the
/=
operation. Read moreSource§impl FromBytes for u128_ulewhere
u128: FromBytes,
impl FromBytes for u128_ulewhere
u128: FromBytes,
§fn ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
fn ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
§fn ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
fn ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
§fn ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: Immutable + KnownLayout,
fn ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: Immutable + KnownLayout,
Interprets the suffix of the given bytes as a
&Self
. Read more§fn mut_from_bytes(
source: &mut [u8],
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
fn mut_from_bytes(
source: &mut [u8],
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
§fn mut_from_prefix(
source: &mut [u8],
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
fn mut_from_prefix(
source: &mut [u8],
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
§fn mut_from_suffix(
source: &mut [u8],
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
fn mut_from_suffix(
source: &mut [u8],
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
§fn ref_from_bytes_with_elems(
source: &[u8],
count: usize,
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
fn ref_from_bytes_with_elems(
source: &[u8],
count: usize,
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
§fn ref_from_prefix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
fn ref_from_prefix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
§fn ref_from_suffix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
fn ref_from_suffix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
§fn mut_from_bytes_with_elems(
source: &mut [u8],
count: usize,
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout<PointerMetadata = usize> + Immutable,
fn mut_from_bytes_with_elems(
source: &mut [u8],
count: usize,
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout<PointerMetadata = usize> + Immutable,
§fn mut_from_prefix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout<PointerMetadata = usize>,
fn mut_from_prefix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout<PointerMetadata = usize>,
§fn mut_from_suffix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout<PointerMetadata = usize>,
fn mut_from_suffix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout<PointerMetadata = usize>,
Source§impl IntoBytes for u128_ulewhere
u128: IntoBytes,
impl IntoBytes for u128_ulewhere
u128: IntoBytes,
§fn as_mut_bytes(&mut self) -> &mut [u8]where
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8]where
Self: FromBytes,
Gets the bytes of this value mutably. Read more
§fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
Source§impl KnownLayout for u128_ulewhere
u128: KnownLayout,
impl KnownLayout for u128_ulewhere
u128: KnownLayout,
Source§type PointerMetadata = <u128 as KnownLayout>::PointerMetadata
type PointerMetadata = <u128 as KnownLayout>::PointerMetadata
The type of metadata stored in a pointer to
Self
. Read moreSource§impl MulAssign<&u128> for u128_ule
impl MulAssign<&u128> for u128_ule
Source§fn mul_assign(&mut self, other: &u128)
fn mul_assign(&mut self, other: &u128)
Performs the
*=
operation. Read moreSource§impl MulAssign<&u128_ule> for u128_ule
impl MulAssign<&u128_ule> for u128_ule
Source§fn mul_assign(&mut self, other: &u128_ule)
fn mul_assign(&mut self, other: &u128_ule)
Performs the
*=
operation. Read moreSource§impl MulAssign<u128> for u128_ule
impl MulAssign<u128> for u128_ule
Source§fn mul_assign(&mut self, other: u128)
fn mul_assign(&mut self, other: u128)
Performs the
*=
operation. Read moreSource§impl MulAssign for u128_ule
impl MulAssign for u128_ule
Source§fn mul_assign(&mut self, other: u128_ule)
fn mul_assign(&mut self, other: u128_ule)
Performs the
*=
operation. Read moreSource§impl Ord for u128_ule
impl Ord for u128_ule
Source§impl PartialOrd<u128> for u128_ule
impl PartialOrd<u128> for u128_ule
Source§impl PartialOrd for u128_ule
impl PartialOrd for u128_ule
Source§impl RemAssign<&u128> for u128_ule
impl RemAssign<&u128> for u128_ule
Source§fn rem_assign(&mut self, other: &u128)
fn rem_assign(&mut self, other: &u128)
Performs the
%=
operation. Read moreSource§impl RemAssign<&u128_ule> for u128_ule
impl RemAssign<&u128_ule> for u128_ule
Source§fn rem_assign(&mut self, other: &u128_ule)
fn rem_assign(&mut self, other: &u128_ule)
Performs the
%=
operation. Read moreSource§impl RemAssign<u128> for u128_ule
impl RemAssign<u128> for u128_ule
Source§fn rem_assign(&mut self, other: u128)
fn rem_assign(&mut self, other: u128)
Performs the
%=
operation. Read moreSource§impl RemAssign for u128_ule
impl RemAssign for u128_ule
Source§fn rem_assign(&mut self, other: u128_ule)
fn rem_assign(&mut self, other: u128_ule)
Performs the
%=
operation. Read moreSource§impl ShlAssign<&u128> for u128_ule
impl ShlAssign<&u128> for u128_ule
Source§fn shl_assign(&mut self, other: &u128)
fn shl_assign(&mut self, other: &u128)
Performs the
<<=
operation. Read moreSource§impl ShlAssign<&u128_ule> for u128_ule
impl ShlAssign<&u128_ule> for u128_ule
Source§fn shl_assign(&mut self, other: &u128_ule)
fn shl_assign(&mut self, other: &u128_ule)
Performs the
<<=
operation. Read moreSource§impl ShlAssign<u128> for u128_ule
impl ShlAssign<u128> for u128_ule
Source§fn shl_assign(&mut self, other: u128)
fn shl_assign(&mut self, other: u128)
Performs the
<<=
operation. Read moreSource§impl ShlAssign for u128_ule
impl ShlAssign for u128_ule
Source§fn shl_assign(&mut self, other: u128_ule)
fn shl_assign(&mut self, other: u128_ule)
Performs the
<<=
operation. Read moreSource§impl ShrAssign<&u128> for u128_ule
impl ShrAssign<&u128> for u128_ule
Source§fn shr_assign(&mut self, other: &u128)
fn shr_assign(&mut self, other: &u128)
Performs the
>>=
operation. Read moreSource§impl ShrAssign<&u128_ule> for u128_ule
impl ShrAssign<&u128_ule> for u128_ule
Source§fn shr_assign(&mut self, other: &u128_ule)
fn shr_assign(&mut self, other: &u128_ule)
Performs the
>>=
operation. Read moreSource§impl ShrAssign<u128> for u128_ule
impl ShrAssign<u128> for u128_ule
Source§fn shr_assign(&mut self, other: u128)
fn shr_assign(&mut self, other: u128)
Performs the
>>=
operation. Read moreSource§impl ShrAssign for u128_ule
impl ShrAssign for u128_ule
Source§fn shr_assign(&mut self, other: u128_ule)
fn shr_assign(&mut self, other: u128_ule)
Performs the
>>=
operation. Read moreSource§impl SubAssign<&u128> for u128_ule
impl SubAssign<&u128> for u128_ule
Source§fn sub_assign(&mut self, other: &u128)
fn sub_assign(&mut self, other: &u128)
Performs the
-=
operation. Read moreSource§impl SubAssign<&u128_ule> for u128_ule
impl SubAssign<&u128_ule> for u128_ule
Source§fn sub_assign(&mut self, other: &u128_ule)
fn sub_assign(&mut self, other: &u128_ule)
Performs the
-=
operation. Read moreSource§impl SubAssign<u128> for u128_ule
impl SubAssign<u128> for u128_ule
Source§fn sub_assign(&mut self, other: u128)
fn sub_assign(&mut self, other: u128)
Performs the
-=
operation. Read moreSource§impl SubAssign for u128_ule
impl SubAssign for u128_ule
Source§fn sub_assign(&mut self, other: u128_ule)
fn sub_assign(&mut self, other: u128_ule)
Performs the
-=
operation. Read moreSource§impl TryFromBytes for u128_ulewhere
u128: TryFromBytes,
impl TryFromBytes for u128_ulewhere
u128: TryFromBytes,
§fn try_ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
fn try_ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
§fn try_ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
fn try_ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
§fn try_ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
fn try_ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
§fn try_mut_from_bytes(
bytes: &mut [u8],
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout,
fn try_mut_from_bytes(
bytes: &mut [u8],
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout,
§fn try_mut_from_prefix(
source: &mut [u8],
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout,
fn try_mut_from_prefix(
source: &mut [u8],
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout,
§fn try_mut_from_suffix(
source: &mut [u8],
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout,
fn try_mut_from_suffix(
source: &mut [u8],
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout,
§fn try_ref_from_bytes_with_elems(
source: &[u8],
count: usize,
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
fn try_ref_from_bytes_with_elems(
source: &[u8],
count: usize,
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
§fn try_ref_from_prefix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
fn try_ref_from_prefix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
Attempts to interpret the prefix of the given
source
as a &Self
with
a DST length equal to count
. Read more§fn try_ref_from_suffix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
fn try_ref_from_suffix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
Attempts to interpret the suffix of the given
source
as a &Self
with
a DST length equal to count
. Read more§fn try_mut_from_bytes_with_elems(
source: &mut [u8],
count: usize,
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize>,
fn try_mut_from_bytes_with_elems(
source: &mut [u8],
count: usize,
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize>,
§fn try_mut_from_prefix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize>,
fn try_mut_from_prefix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize>,
Attempts to interpret the prefix of the given
source
as a &mut Self
with a DST length equal to count
. Read more§fn try_mut_from_suffix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize>,
fn try_mut_from_suffix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize>,
Attempts to interpret the suffix of the given
source
as a &mut Self
with a DST length equal to count
. Read more§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Copy for u128_ule
impl Eq for u128_ule
impl Immutable for u128_ulewhere
u128: Immutable,
impl Unaligned for u128_ule
Auto Trait Implementations§
impl Freeze for u128_ule
impl RefUnwindSafe for u128_ule
impl Send for u128_ule
impl Sync for u128_ule
impl Unpin for u128_ule
impl UnwindSafe for u128_ule
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)