rend::unaligned

Struct i32_ule

source
#[repr(C, packed(1))]
pub struct i32_ule(/* private fields */);
Expand description

A little-endian unaligned i32 with a guaranteed size of 4 and alignment of 1.

Implementations§

source§

impl i32_ule

source

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

Returns a i32_ule containing value.

source

pub const fn to_native(self) -> i32

Returns a i32 with the same value as self.

Trait Implementations§

source§

impl Add<&i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: &i32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&i32> for i32_ule

source§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: &i32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: &i32_ule) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: &i32_ule) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&i32_ule> for i32

source§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: &i32_ule) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&i32_ule> for i32_ule

source§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: &i32_ule) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: i32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i32> for i32_ule

source§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: i32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: i32_ule) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: i32_ule) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i32_ule> for i32

source§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: i32_ule) -> Self::Output

Performs the + operation. Read more
source§

impl Add for i32_ule

source§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: i32_ule) -> Self::Output

Performs the + operation. Read more
source§

impl AddAssign<&i32> for i32_ule

source§

fn add_assign(&mut self, other: &i32)

Performs the += operation. Read more
source§

impl AddAssign<&i32_ule> for i32_ule

source§

fn add_assign(&mut self, other: &i32_ule)

Performs the += operation. Read more
source§

impl AddAssign<i32> for i32_ule

source§

fn add_assign(&mut self, other: i32)

Performs the += operation. Read more
source§

impl AddAssign for i32_ule

source§

fn add_assign(&mut self, other: i32_ule)

Performs the += operation. Read more
source§

impl Binary for i32_ule

source§

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

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

impl BitAnd<&i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i32) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&i32> for i32_ule

source§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i32) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i32_ule) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i32_ule) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&i32_ule> for i32

source§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i32_ule) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&i32_ule> for i32_ule

source§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i32_ule) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: i32) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i32> for i32_ule

source§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: i32) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: i32_ule) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: i32_ule) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i32_ule> for i32

source§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: i32_ule) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd for i32_ule

source§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: i32_ule) -> Self::Output

Performs the & operation. Read more
source§

impl BitAndAssign<&i32> for i32_ule

source§

fn bitand_assign(&mut self, other: &i32)

Performs the &= operation. Read more
source§

impl BitAndAssign<&i32_ule> for i32_ule

source§

fn bitand_assign(&mut self, other: &i32_ule)

Performs the &= operation. Read more
source§

impl BitAndAssign<i32> for i32_ule

source§

fn bitand_assign(&mut self, other: i32)

Performs the &= operation. Read more
source§

impl BitAndAssign for i32_ule

source§

fn bitand_assign(&mut self, other: i32_ule)

Performs the &= operation. Read more
source§

impl BitOr<&i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<&i32> for i32_ule

source§

type Output = i32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<&i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<&i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<&i32_ule> for i32

source§

type Output = i32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<&i32_ule> for i32_ule

source§

type Output = i32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<i32> for i32_ule

source§

type Output = i32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<i32_ule> for i32

source§

type Output = i32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr for i32_ule

source§

type Output = i32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOrAssign<&i32> for i32_ule

source§

fn bitor_assign(&mut self, other: &i32)

Performs the |= operation. Read more
source§

impl BitOrAssign<&i32_ule> for i32_ule

source§

fn bitor_assign(&mut self, other: &i32_ule)

Performs the |= operation. Read more
source§

impl BitOrAssign<i32> for i32_ule

source§

fn bitor_assign(&mut self, other: i32)

Performs the |= operation. Read more
source§

impl BitOrAssign for i32_ule

source§

fn bitor_assign(&mut self, other: i32_ule)

Performs the |= operation. Read more
source§

impl BitXor<&i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i32) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&i32> for i32_ule

source§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i32) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i32_ule) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i32_ule) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&i32_ule> for i32

source§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i32_ule) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&i32_ule> for i32_ule

source§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i32_ule) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i32) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i32> for i32_ule

source§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i32) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i32_ule) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i32_ule) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i32_ule> for i32

source§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i32_ule) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor for i32_ule

source§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i32_ule) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXorAssign<&i32> for i32_ule

source§

fn bitxor_assign(&mut self, other: &i32)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&i32_ule> for i32_ule

source§

fn bitxor_assign(&mut self, other: &i32_ule)

Performs the ^= operation. Read more
source§

impl BitXorAssign<i32> for i32_ule

source§

fn bitxor_assign(&mut self, other: i32)

Performs the ^= operation. Read more
source§

impl BitXorAssign for i32_ule

source§

fn bitxor_assign(&mut self, other: i32_ule)

Performs the ^= operation. Read more
source§

impl Clone for i32_ule

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 i32_ule

source§

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

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

impl Default for i32_ule

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Display for i32_ule

source§

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

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

impl Div<&i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: &i32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&i32> for i32_ule

source§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: &i32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: &i32_ule) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: &i32_ule) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&i32_ule> for i32

source§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: &i32_ule) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&i32_ule> for i32_ule

source§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: &i32_ule) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: i32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i32> for i32_ule

source§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: i32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: i32_ule) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: i32_ule) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i32_ule> for i32

source§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: i32_ule) -> Self::Output

Performs the / operation. Read more
source§

impl Div for i32_ule

source§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: i32_ule) -> Self::Output

Performs the / operation. Read more
source§

impl DivAssign<&i32> for i32_ule

source§

fn div_assign(&mut self, other: &i32)

Performs the /= operation. Read more
source§

impl DivAssign<&i32_ule> for i32_ule

source§

fn div_assign(&mut self, other: &i32_ule)

Performs the /= operation. Read more
source§

impl DivAssign<i32> for i32_ule

source§

fn div_assign(&mut self, other: i32)

Performs the /= operation. Read more
source§

impl DivAssign for i32_ule

source§

fn div_assign(&mut self, other: i32_ule)

Performs the /= operation. Read more
source§

impl<'a> From<&'a i32> for i32_ule

source§

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

Converts to this type from the input type.
source§

impl<'a> From<&'a i32_ule> for i32

source§

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

Converts to this type from the input type.
source§

impl From<i32> for i32_ule

source§

fn from(value: i32) -> Self

Converts to this type from the input type.
source§

impl From<i32_ule> for i32

source§

fn from(value: i32_ule) -> Self

Converts to this type from the input type.
source§

impl Hash for i32_ule

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 LowerExp for i32_ule

source§

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

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

impl LowerHex for i32_ule

source§

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

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

impl Mul<&i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: &i32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&i32> for i32_ule

source§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: &i32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: &i32_ule) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: &i32_ule) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&i32_ule> for i32

source§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: &i32_ule) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&i32_ule> for i32_ule

source§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: &i32_ule) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: i32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i32> for i32_ule

source§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: i32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: i32_ule) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: i32_ule) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i32_ule> for i32

source§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: i32_ule) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for i32_ule

source§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: i32_ule) -> Self::Output

Performs the * operation. Read more
source§

impl MulAssign<&i32> for i32_ule

source§

fn mul_assign(&mut self, other: &i32)

Performs the *= operation. Read more
source§

impl MulAssign<&i32_ule> for i32_ule

source§

fn mul_assign(&mut self, other: &i32_ule)

Performs the *= operation. Read more
source§

impl MulAssign<i32> for i32_ule

source§

fn mul_assign(&mut self, other: i32)

Performs the *= operation. Read more
source§

impl MulAssign for i32_ule

source§

fn mul_assign(&mut self, other: i32_ule)

Performs the *= operation. Read more
source§

impl Neg for i32_ule

source§

type Output = <i32 as Neg>::Output

The resulting type after applying the - operator.
source§

fn neg(self) -> Self::Output

Performs the unary - operation. Read more
source§

impl Not for i32_ule

source§

type Output = <i32 as Not>::Output

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl Octal for i32_ule

source§

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

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

impl Ord for i32_ule

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,

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

impl PartialEq<i32> for i32_ule

source§

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

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

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

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

impl PartialEq<i32_ule> for i32

source§

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

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

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

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

impl PartialEq for i32_ule

source§

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

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

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

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

impl PartialOrd<i32> for i32_ule

source§

fn partial_cmp(&self, other: &i32) -> 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

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

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

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

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

impl PartialOrd for i32_ule

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

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

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

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

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

impl Product for i32_ule

source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Takes an iterator and generates Self from the elements by multiplying the items.
source§

impl Rem<&i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: &i32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&i32> for i32_ule

source§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: &i32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: &i32_ule) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: &i32_ule) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&i32_ule> for i32

source§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: &i32_ule) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&i32_ule> for i32_ule

source§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: &i32_ule) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: i32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i32> for i32_ule

source§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: i32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: i32_ule) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: i32_ule) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i32_ule> for i32

source§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: i32_ule) -> Self::Output

Performs the % operation. Read more
source§

impl Rem for i32_ule

source§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: i32_ule) -> Self::Output

Performs the % operation. Read more
source§

impl RemAssign<&i32> for i32_ule

source§

fn rem_assign(&mut self, other: &i32)

Performs the %= operation. Read more
source§

impl RemAssign<&i32_ule> for i32_ule

source§

fn rem_assign(&mut self, other: &i32_ule)

Performs the %= operation. Read more
source§

impl RemAssign<i32> for i32_ule

source§

fn rem_assign(&mut self, other: i32)

Performs the %= operation. Read more
source§

impl RemAssign for i32_ule

source§

fn rem_assign(&mut self, other: i32_ule)

Performs the %= operation. Read more
source§

impl Shl<&i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: &i32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&i32> for i32_ule

source§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: &i32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: &i32_ule) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: &i32_ule) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&i32_ule> for i32

source§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: &i32_ule) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&i32_ule> for i32_ule

source§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: &i32_ule) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: i32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<i32> for i32_ule

source§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: i32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: i32_ule) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: i32_ule) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<i32_ule> for i32

source§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: i32_ule) -> Self::Output

Performs the << operation. Read more
source§

impl Shl for i32_ule

source§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: i32_ule) -> Self::Output

Performs the << operation. Read more
source§

impl ShlAssign<&i32> for i32_ule

source§

fn shl_assign(&mut self, other: &i32)

Performs the <<= operation. Read more
source§

impl ShlAssign<&i32_ule> for i32_ule

source§

fn shl_assign(&mut self, other: &i32_ule)

Performs the <<= operation. Read more
source§

impl ShlAssign<i32> for i32_ule

source§

fn shl_assign(&mut self, other: i32)

Performs the <<= operation. Read more
source§

impl ShlAssign for i32_ule

source§

fn shl_assign(&mut self, other: i32_ule)

Performs the <<= operation. Read more
source§

impl Shr<&i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&i32> for i32_ule

source§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i32_ule) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i32_ule) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&i32_ule> for i32

source§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i32_ule) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&i32_ule> for i32_ule

source§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i32_ule) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: i32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<i32> for i32_ule

source§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: i32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: i32_ule) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: i32_ule) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<i32_ule> for i32

source§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: i32_ule) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr for i32_ule

source§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: i32_ule) -> Self::Output

Performs the >> operation. Read more
source§

impl ShrAssign<&i32> for i32_ule

source§

fn shr_assign(&mut self, other: &i32)

Performs the >>= operation. Read more
source§

impl ShrAssign<&i32_ule> for i32_ule

source§

fn shr_assign(&mut self, other: &i32_ule)

Performs the >>= operation. Read more
source§

impl ShrAssign<i32> for i32_ule

source§

fn shr_assign(&mut self, other: i32)

Performs the >>= operation. Read more
source§

impl ShrAssign for i32_ule

source§

fn shr_assign(&mut self, other: i32_ule)

Performs the >>= operation. Read more
source§

impl Sub<&i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: &i32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&i32> for i32_ule

source§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: &i32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: &i32_ule) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: &i32_ule) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&i32_ule> for i32

source§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: &i32_ule) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&i32_ule> for i32_ule

source§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: &i32_ule) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i32> for &i32_ule

source§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: i32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i32> for i32_ule

source§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: i32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i32_ule> for &i32

source§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: i32_ule) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i32_ule> for &i32_ule

source§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: i32_ule) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i32_ule> for i32

source§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: i32_ule) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for i32_ule

source§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: i32_ule) -> Self::Output

Performs the - operation. Read more
source§

impl SubAssign<&i32> for i32_ule

source§

fn sub_assign(&mut self, other: &i32)

Performs the -= operation. Read more
source§

impl SubAssign<&i32_ule> for i32_ule

source§

fn sub_assign(&mut self, other: &i32_ule)

Performs the -= operation. Read more
source§

impl SubAssign<i32> for i32_ule

source§

fn sub_assign(&mut self, other: i32)

Performs the -= operation. Read more
source§

impl SubAssign for i32_ule

source§

fn sub_assign(&mut self, other: i32_ule)

Performs the -= operation. Read more
source§

impl Sum for i32_ule

source§

fn sum<I: Iterator<Item = Self>>(iter: I) -> Self

Takes an iterator and generates Self from the elements by “summing up” the items.
source§

impl TryFrom<i32_ule> for isize

source§

type Error = <isize as TryFrom<i32>>::Error

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

fn try_from(value: i32_ule) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<isize> for i32_ule

source§

type Error = <i32 as TryFrom<isize>>::Error

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

fn try_from(value: isize) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl UpperExp for i32_ule

source§

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

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

impl UpperHex for i32_ule

source§

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

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

impl Copy for i32_ule

source§

impl Eq for i32_ule

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§

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>,

source§

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>,

source§

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.