Struct rend::NonZeroI32_le

source ·
#[repr(C, align(4))]
pub struct NonZeroI32_le(/* private fields */);
Expand description

A little-endian NonZeroI32 with a guaranteed size and alignment of 4.

Implementations§

source§

impl NonZeroI32_le

source

pub const fn new(value: i32) -> Option<Self>

Creates a non-zero if the given value is not zero.

source

pub const unsafe fn new_unchecked(value: i32) -> 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.

source

pub const fn get(self) -> i32

Returns the value as a primitive type.

source

pub const fn from_native(value: NonZeroI32) -> Self

Returns a NonZeroI32_le containing value.

source

pub const fn to_native(self) -> NonZeroI32

Returns a NonZeroI32 with the same value as self.

Trait Implementations§

source§

impl Binary for NonZeroI32_le

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl BitOr<&NonZeroI32_le> for &NonZeroI32_le

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &NonZeroI32_le) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&NonZeroI32_le> for NonZeroI32

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &NonZeroI32_le) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&NonZeroI32_le> for NonZeroI32_le

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &NonZeroI32_le) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<i32>> for &NonZeroI32_le

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroI32) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<i32>> for NonZeroI32_le

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroI32) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZeroI32_le> for &NonZeroI32_le

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroI32_le) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZeroI32_le> for NonZeroI32

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroI32_le) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for NonZeroI32_le

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroI32_le) -> Self::Output

Performs the | operation. Read more
source§

impl BitOrAssign<NonZero<i32>> for NonZeroI32_le

source§

fn bitor_assign(&mut self, other: NonZeroI32)

Performs the |= operation. Read more
source§

impl BitOrAssign for NonZeroI32_le

source§

fn bitor_assign(&mut self, other: NonZeroI32_le)

Performs the |= operation. Read more
source§

impl Clone for NonZeroI32_le

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for NonZeroI32_le

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for NonZeroI32_le

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> From<&'a NonZero<i32>> for NonZeroI32_le

source§

fn from(value: &'a NonZeroI32) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a NonZeroI32_le> for NonZeroI32

source§

fn from(value: &'a NonZeroI32_le) -> Self

Converts to this type from the input type.
source§

impl From<NonZero<i32>> for NonZeroI32_le

source§

fn from(value: NonZeroI32) -> Self

Converts to this type from the input type.
source§

impl From<NonZeroI32_le> for NonZeroI32

source§

fn from(value: NonZeroI32_le) -> Self

Converts to this type from the input type.
source§

impl Hash for NonZeroI32_le

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl IntoBytes for NonZeroI32_le
where NonZeroI32: IntoBytes, (): PaddingFree<NonZeroI32_le, { _ }>,

§

fn as_bytes(&self) -> &[u8]
where Self: Immutable,

Gets the bytes of this value. Read more
§

fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>
where Self: Immutable,

Writes a copy of self to dst. Read more
§

fn write_to_prefix( &self, dst: &mut [u8], ) -> Result<(), SizeError<&Self, &mut [u8]>>
where Self: Immutable,

Writes a copy of self to the prefix of dst. Read more
§

fn write_to_suffix( &self, dst: &mut [u8], ) -> Result<(), SizeError<&Self, &mut [u8]>>
where Self: Immutable,

Writes a copy of self to the suffix of dst. Read more
source§

impl KnownLayout for NonZeroI32_le
where NonZeroI32: KnownLayout,

§

type PointerMetadata = <NonZero<i32> as KnownLayout>::PointerMetadata

The type of metadata stored in a pointer to Self. Read more
source§

impl LowerHex for NonZeroI32_le

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Octal for NonZeroI32_le

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Ord for NonZeroI32_le

source§

fn cmp(&self, other: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq<NonZero<i32>> for NonZeroI32_le

source§

fn eq(&self, other: &NonZeroI32) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<NonZeroI32_le> for NonZeroI32

source§

fn eq(&self, other: &NonZeroI32_le) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for NonZeroI32_le

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd<NonZero<i32>> for NonZeroI32_le

source§

fn partial_cmp(&self, other: &NonZeroI32) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl PartialOrd for NonZeroI32_le

source§

fn partial_cmp(&self, other: &Self) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl TryFromBytes for NonZeroI32_le
where NonZeroI32: TryFromBytes,

§

fn try_ref_from_bytes( source: &[u8], ) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout + Immutable,

Attempts to interpret the given source as a &Self. Read more
§

fn try_ref_from_prefix( source: &[u8], ) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout + Immutable,

Attempts to interpret the prefix of the given source as a &Self. Read more
§

fn try_ref_from_suffix( source: &[u8], ) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout + Immutable,

Attempts to interpret the suffix of the given source as a &Self. Read more
§

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,

Attempts to interpret the given source as a &mut Self without copying. Read more
§

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,

Attempts to interpret the prefix of the given source as a &mut Self. Read more
§

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,

Attempts to interpret the suffix of the given source as a &mut Self. Read more
§

fn try_read_from_bytes( source: &[u8], ) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: Sized,

Attempts to read the given source as a Self. Read more
§

fn try_read_from_prefix( source: &[u8], ) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: Sized,

Attempts to read a Self from the prefix of the given source. Read more
§

fn try_read_from_suffix( source: &[u8], ) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: Sized,

Attempts to read a Self from the suffix of the given source. Read more
source§

impl UpperHex for NonZeroI32_le

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for NonZeroI32_le

source§

impl Eq for NonZeroI32_le

source§

impl Immutable for NonZeroI32_le
where NonZeroI32: Immutable,

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

default unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> CloneToUninit for T
where T: Copy,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.