#[repr(C, align(16))]pub struct i128_le(/* private fields */);
Expand description
A little-endian i128
with a guaranteed size and alignment of 16
.
Implementations§
Trait Implementations§
Source§impl AddAssign<&i128> for i128_le
impl AddAssign<&i128> for i128_le
Source§fn add_assign(&mut self, other: &i128)
fn add_assign(&mut self, other: &i128)
Performs the
+=
operation. Read moreSource§impl AddAssign<&i128_le> for i128_le
impl AddAssign<&i128_le> for i128_le
Source§fn add_assign(&mut self, other: &i128_le)
fn add_assign(&mut self, other: &i128_le)
Performs the
+=
operation. Read moreSource§impl AddAssign<i128> for i128_le
impl AddAssign<i128> for i128_le
Source§fn add_assign(&mut self, other: i128)
fn add_assign(&mut self, other: i128)
Performs the
+=
operation. Read moreSource§impl AddAssign for i128_le
impl AddAssign for i128_le
Source§fn add_assign(&mut self, other: i128_le)
fn add_assign(&mut self, other: i128_le)
Performs the
+=
operation. Read moreSource§impl BitAndAssign<&i128> for i128_le
impl BitAndAssign<&i128> for i128_le
Source§fn bitand_assign(&mut self, other: &i128)
fn bitand_assign(&mut self, other: &i128)
Performs the
&=
operation. Read moreSource§impl BitAndAssign<&i128_le> for i128_le
impl BitAndAssign<&i128_le> for i128_le
Source§fn bitand_assign(&mut self, other: &i128_le)
fn bitand_assign(&mut self, other: &i128_le)
Performs the
&=
operation. Read moreSource§impl BitAndAssign<i128> for i128_le
impl BitAndAssign<i128> for i128_le
Source§fn bitand_assign(&mut self, other: i128)
fn bitand_assign(&mut self, other: i128)
Performs the
&=
operation. Read moreSource§impl BitAndAssign for i128_le
impl BitAndAssign for i128_le
Source§fn bitand_assign(&mut self, other: i128_le)
fn bitand_assign(&mut self, other: i128_le)
Performs the
&=
operation. Read moreSource§impl BitOrAssign<&i128> for i128_le
impl BitOrAssign<&i128> for i128_le
Source§fn bitor_assign(&mut self, other: &i128)
fn bitor_assign(&mut self, other: &i128)
Performs the
|=
operation. Read moreSource§impl BitOrAssign<&i128_le> for i128_le
impl BitOrAssign<&i128_le> for i128_le
Source§fn bitor_assign(&mut self, other: &i128_le)
fn bitor_assign(&mut self, other: &i128_le)
Performs the
|=
operation. Read moreSource§impl BitOrAssign<i128> for i128_le
impl BitOrAssign<i128> for i128_le
Source§fn bitor_assign(&mut self, other: i128)
fn bitor_assign(&mut self, other: i128)
Performs the
|=
operation. Read moreSource§impl BitOrAssign for i128_le
impl BitOrAssign for i128_le
Source§fn bitor_assign(&mut self, other: i128_le)
fn bitor_assign(&mut self, other: i128_le)
Performs the
|=
operation. Read moreSource§impl BitXorAssign<&i128> for i128_le
impl BitXorAssign<&i128> for i128_le
Source§fn bitxor_assign(&mut self, other: &i128)
fn bitxor_assign(&mut self, other: &i128)
Performs the
^=
operation. Read moreSource§impl BitXorAssign<&i128_le> for i128_le
impl BitXorAssign<&i128_le> for i128_le
Source§fn bitxor_assign(&mut self, other: &i128_le)
fn bitxor_assign(&mut self, other: &i128_le)
Performs the
^=
operation. Read moreSource§impl BitXorAssign<i128> for i128_le
impl BitXorAssign<i128> for i128_le
Source§fn bitxor_assign(&mut self, other: i128)
fn bitxor_assign(&mut self, other: i128)
Performs the
^=
operation. Read moreSource§impl BitXorAssign for i128_le
impl BitXorAssign for i128_le
Source§fn bitxor_assign(&mut self, other: i128_le)
fn bitxor_assign(&mut self, other: i128_le)
Performs the
^=
operation. Read moreSource§impl DivAssign<&i128> for i128_le
impl DivAssign<&i128> for i128_le
Source§fn div_assign(&mut self, other: &i128)
fn div_assign(&mut self, other: &i128)
Performs the
/=
operation. Read moreSource§impl DivAssign<&i128_le> for i128_le
impl DivAssign<&i128_le> for i128_le
Source§fn div_assign(&mut self, other: &i128_le)
fn div_assign(&mut self, other: &i128_le)
Performs the
/=
operation. Read moreSource§impl DivAssign<i128> for i128_le
impl DivAssign<i128> for i128_le
Source§fn div_assign(&mut self, other: i128)
fn div_assign(&mut self, other: i128)
Performs the
/=
operation. Read moreSource§impl DivAssign for i128_le
impl DivAssign for i128_le
Source§fn div_assign(&mut self, other: i128_le)
fn div_assign(&mut self, other: i128_le)
Performs the
/=
operation. Read moreSource§impl FromBytes for i128_lewhere
i128: FromBytes,
impl FromBytes for i128_lewhere
i128: 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 i128_le
impl IntoBytes for i128_le
§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 i128_lewhere
i128: KnownLayout,
impl KnownLayout for i128_lewhere
i128: KnownLayout,
Source§type PointerMetadata = <i128 as KnownLayout>::PointerMetadata
type PointerMetadata = <i128 as KnownLayout>::PointerMetadata
The type of metadata stored in a pointer to
Self
. Read moreSource§impl MulAssign<&i128> for i128_le
impl MulAssign<&i128> for i128_le
Source§fn mul_assign(&mut self, other: &i128)
fn mul_assign(&mut self, other: &i128)
Performs the
*=
operation. Read moreSource§impl MulAssign<&i128_le> for i128_le
impl MulAssign<&i128_le> for i128_le
Source§fn mul_assign(&mut self, other: &i128_le)
fn mul_assign(&mut self, other: &i128_le)
Performs the
*=
operation. Read moreSource§impl MulAssign<i128> for i128_le
impl MulAssign<i128> for i128_le
Source§fn mul_assign(&mut self, other: i128)
fn mul_assign(&mut self, other: i128)
Performs the
*=
operation. Read moreSource§impl MulAssign for i128_le
impl MulAssign for i128_le
Source§fn mul_assign(&mut self, other: i128_le)
fn mul_assign(&mut self, other: i128_le)
Performs the
*=
operation. Read moreSource§impl Ord for i128_le
impl Ord for i128_le
Source§impl PartialOrd<i128> for i128_le
impl PartialOrd<i128> for i128_le
Source§impl PartialOrd for i128_le
impl PartialOrd for i128_le
Source§impl RemAssign<&i128> for i128_le
impl RemAssign<&i128> for i128_le
Source§fn rem_assign(&mut self, other: &i128)
fn rem_assign(&mut self, other: &i128)
Performs the
%=
operation. Read moreSource§impl RemAssign<&i128_le> for i128_le
impl RemAssign<&i128_le> for i128_le
Source§fn rem_assign(&mut self, other: &i128_le)
fn rem_assign(&mut self, other: &i128_le)
Performs the
%=
operation. Read moreSource§impl RemAssign<i128> for i128_le
impl RemAssign<i128> for i128_le
Source§fn rem_assign(&mut self, other: i128)
fn rem_assign(&mut self, other: i128)
Performs the
%=
operation. Read moreSource§impl RemAssign for i128_le
impl RemAssign for i128_le
Source§fn rem_assign(&mut self, other: i128_le)
fn rem_assign(&mut self, other: i128_le)
Performs the
%=
operation. Read moreSource§impl ShlAssign<&i128> for i128_le
impl ShlAssign<&i128> for i128_le
Source§fn shl_assign(&mut self, other: &i128)
fn shl_assign(&mut self, other: &i128)
Performs the
<<=
operation. Read moreSource§impl ShlAssign<&i128_le> for i128_le
impl ShlAssign<&i128_le> for i128_le
Source§fn shl_assign(&mut self, other: &i128_le)
fn shl_assign(&mut self, other: &i128_le)
Performs the
<<=
operation. Read moreSource§impl ShlAssign<i128> for i128_le
impl ShlAssign<i128> for i128_le
Source§fn shl_assign(&mut self, other: i128)
fn shl_assign(&mut self, other: i128)
Performs the
<<=
operation. Read moreSource§impl ShlAssign for i128_le
impl ShlAssign for i128_le
Source§fn shl_assign(&mut self, other: i128_le)
fn shl_assign(&mut self, other: i128_le)
Performs the
<<=
operation. Read moreSource§impl ShrAssign<&i128> for i128_le
impl ShrAssign<&i128> for i128_le
Source§fn shr_assign(&mut self, other: &i128)
fn shr_assign(&mut self, other: &i128)
Performs the
>>=
operation. Read moreSource§impl ShrAssign<&i128_le> for i128_le
impl ShrAssign<&i128_le> for i128_le
Source§fn shr_assign(&mut self, other: &i128_le)
fn shr_assign(&mut self, other: &i128_le)
Performs the
>>=
operation. Read moreSource§impl ShrAssign<i128> for i128_le
impl ShrAssign<i128> for i128_le
Source§fn shr_assign(&mut self, other: i128)
fn shr_assign(&mut self, other: i128)
Performs the
>>=
operation. Read moreSource§impl ShrAssign for i128_le
impl ShrAssign for i128_le
Source§fn shr_assign(&mut self, other: i128_le)
fn shr_assign(&mut self, other: i128_le)
Performs the
>>=
operation. Read moreSource§impl SubAssign<&i128> for i128_le
impl SubAssign<&i128> for i128_le
Source§fn sub_assign(&mut self, other: &i128)
fn sub_assign(&mut self, other: &i128)
Performs the
-=
operation. Read moreSource§impl SubAssign<&i128_le> for i128_le
impl SubAssign<&i128_le> for i128_le
Source§fn sub_assign(&mut self, other: &i128_le)
fn sub_assign(&mut self, other: &i128_le)
Performs the
-=
operation. Read moreSource§impl SubAssign<i128> for i128_le
impl SubAssign<i128> for i128_le
Source§fn sub_assign(&mut self, other: i128)
fn sub_assign(&mut self, other: i128)
Performs the
-=
operation. Read moreSource§impl SubAssign for i128_le
impl SubAssign for i128_le
Source§fn sub_assign(&mut self, other: i128_le)
fn sub_assign(&mut self, other: i128_le)
Performs the
-=
operation. Read moreSource§impl TryFromBytes for i128_lewhere
i128: TryFromBytes,
impl TryFromBytes for i128_lewhere
i128: 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 i128_le
impl Eq for i128_le
impl Immutable for i128_lewhere
i128: Immutable,
Auto Trait Implementations§
impl Freeze for i128_le
impl RefUnwindSafe for i128_le
impl Send for i128_le
impl Sync for i128_le
impl Unpin for i128_le
impl UnwindSafe for i128_le
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
)