#[repr(C, align(8))]pub struct NonZeroI64_be(/* private fields */);
Expand description
A big-endian NonZeroI64
with a guaranteed size and alignment of 8
.
Implementations§
Source§impl NonZeroI64_be
impl NonZeroI64_be
Sourcepub const fn new(value: i64) -> Option<Self>
pub const fn new(value: i64) -> Option<Self>
Creates a non-zero if the given value is not zero.
Sourcepub const unsafe fn new_unchecked(value: i64) -> Self
pub const unsafe fn new_unchecked(value: i64) -> Self
Creates a non-zero without checking whether it is non-zero. This results in undefined behavior if the value is zero.
§Safety
The value must not be zero.
Sourcepub const fn from_native(value: NonZeroI64) -> Self
pub const fn from_native(value: NonZeroI64) -> Self
Returns a NonZeroI64_be
containing value
.
Sourcepub const fn to_native(self) -> NonZeroI64
pub const fn to_native(self) -> NonZeroI64
Returns a NonZeroI64
with the same value as self
.
Trait Implementations§
Source§impl Binary for NonZeroI64_be
impl Binary for NonZeroI64_be
Source§impl BitOr<&NonZeroI64_be> for &NonZeroI64_be
impl BitOr<&NonZeroI64_be> for &NonZeroI64_be
Source§impl BitOr<&NonZeroI64_be> for NonZeroI64
impl BitOr<&NonZeroI64_be> for NonZeroI64
Source§impl BitOr<&NonZeroI64_be> for NonZeroI64_be
impl BitOr<&NonZeroI64_be> for NonZeroI64_be
Source§impl BitOr<NonZeroI64_be> for &NonZeroI64_be
impl BitOr<NonZeroI64_be> for &NonZeroI64_be
Source§impl BitOr<NonZeroI64_be> for NonZeroI64
impl BitOr<NonZeroI64_be> for NonZeroI64
Source§impl BitOr for NonZeroI64_be
impl BitOr for NonZeroI64_be
Source§impl BitOrAssign<NonZero<i64>> for NonZeroI64_be
impl BitOrAssign<NonZero<i64>> for NonZeroI64_be
Source§fn bitor_assign(&mut self, other: NonZeroI64)
fn bitor_assign(&mut self, other: NonZeroI64)
Performs the
|=
operation. Read moreSource§impl BitOrAssign for NonZeroI64_be
impl BitOrAssign for NonZeroI64_be
Source§fn bitor_assign(&mut self, other: NonZeroI64_be)
fn bitor_assign(&mut self, other: NonZeroI64_be)
Performs the
|=
operation. Read moreSource§impl Clone for NonZeroI64_be
impl Clone for NonZeroI64_be
Source§impl Debug for NonZeroI64_be
impl Debug for NonZeroI64_be
Source§impl Display for NonZeroI64_be
impl Display for NonZeroI64_be
Source§impl<'a> From<&'a NonZero<i64>> for NonZeroI64_be
impl<'a> From<&'a NonZero<i64>> for NonZeroI64_be
Source§fn from(value: &'a NonZeroI64) -> Self
fn from(value: &'a NonZeroI64) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a NonZeroI64_be> for NonZeroI64
impl<'a> From<&'a NonZeroI64_be> for NonZeroI64
Source§fn from(value: &'a NonZeroI64_be) -> Self
fn from(value: &'a NonZeroI64_be) -> Self
Converts to this type from the input type.
Source§impl From<NonZero<i64>> for NonZeroI64_be
impl From<NonZero<i64>> for NonZeroI64_be
Source§fn from(value: NonZeroI64) -> Self
fn from(value: NonZeroI64) -> Self
Converts to this type from the input type.
Source§impl From<NonZeroI64_be> for NonZeroI64
impl From<NonZeroI64_be> for NonZeroI64
Source§fn from(value: NonZeroI64_be) -> Self
fn from(value: NonZeroI64_be) -> Self
Converts to this type from the input type.
Source§impl Hash for NonZeroI64_be
impl Hash for NonZeroI64_be
Source§impl IntoBytes for NonZeroI64_be
impl IntoBytes for NonZeroI64_be
Source§impl KnownLayout for NonZeroI64_bewhere
NonZeroI64: KnownLayout,
impl KnownLayout for NonZeroI64_bewhere
NonZeroI64: KnownLayout,
Source§impl LowerHex for NonZeroI64_be
impl LowerHex for NonZeroI64_be
Source§impl Octal for NonZeroI64_be
impl Octal for NonZeroI64_be
Source§impl Ord for NonZeroI64_be
impl Ord for NonZeroI64_be
Source§impl PartialEq<NonZeroI64_be> for NonZeroI64
impl PartialEq<NonZeroI64_be> for NonZeroI64
Source§impl PartialEq for NonZeroI64_be
impl PartialEq for NonZeroI64_be
Source§impl PartialOrd<NonZero<i64>> for NonZeroI64_be
impl PartialOrd<NonZero<i64>> for NonZeroI64_be
Source§impl PartialOrd for NonZeroI64_be
impl PartialOrd for NonZeroI64_be
Source§impl TryFromBytes for NonZeroI64_bewhere
NonZeroI64: TryFromBytes,
impl TryFromBytes for NonZeroI64_bewhere
NonZeroI64: 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,
Source§impl UpperHex for NonZeroI64_be
impl UpperHex for NonZeroI64_be
impl Copy for NonZeroI64_be
impl Eq for NonZeroI64_be
impl Immutable for NonZeroI64_bewhere
NonZeroI64: Immutable,
Auto Trait Implementations§
impl Freeze for NonZeroI64_be
impl RefUnwindSafe for NonZeroI64_be
impl Send for NonZeroI64_be
impl Sync for NonZeroI64_be
impl Unpin for NonZeroI64_be
impl UnwindSafe for NonZeroI64_be
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
)