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