Struct fidl_next::u32_le

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

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

Implementations§

§

impl u32_le

pub const fn from_native(value: u32) -> u32_le

Returns a u32_le containing value.

pub const fn to_native(self) -> u32

Returns a u32 with the same value as self.

Trait Implementations§

§

impl Add<&u32> for &u32_le

§

type Output = u32

The resulting type after applying the + operator.
§

fn add(self, other: &u32) -> <&u32_le as Add<&u32>>::Output

Performs the + operation. Read more
§

impl Add<&u32> for u32_le

§

type Output = u32

The resulting type after applying the + operator.
§

fn add(self, other: &u32) -> <u32_le as Add<&u32>>::Output

Performs the + operation. Read more
§

impl Add<&u32_le> for &u32

§

type Output = u32

The resulting type after applying the + operator.
§

fn add(self, other: &u32_le) -> <&u32 as Add<&u32_le>>::Output

Performs the + operation. Read more
§

impl Add<&u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the + operator.
§

fn add(self, other: &u32_le) -> <&u32_le as Add<&u32_le>>::Output

Performs the + operation. Read more
§

impl Add<&u32_le> for u32

§

type Output = u32

The resulting type after applying the + operator.
§

fn add(self, other: &u32_le) -> <u32 as Add<&u32_le>>::Output

Performs the + operation. Read more
§

impl Add<&u32_le> for u32_le

§

type Output = u32

The resulting type after applying the + operator.
§

fn add(self, other: &u32_le) -> <u32_le as Add<&u32_le>>::Output

Performs the + operation. Read more
§

impl Add<u32> for &u32_le

§

type Output = u32

The resulting type after applying the + operator.
§

fn add(self, other: u32) -> <&u32_le as Add<u32>>::Output

Performs the + operation. Read more
§

impl Add<u32> for u32_le

§

type Output = u32

The resulting type after applying the + operator.
§

fn add(self, other: u32) -> <u32_le as Add<u32>>::Output

Performs the + operation. Read more
§

impl Add<u32_le> for &u32

§

type Output = u32

The resulting type after applying the + operator.
§

fn add(self, other: u32_le) -> <&u32 as Add<u32_le>>::Output

Performs the + operation. Read more
§

impl Add<u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the + operator.
§

fn add(self, other: u32_le) -> <&u32_le as Add<u32_le>>::Output

Performs the + operation. Read more
§

impl Add<u32_le> for u32

§

type Output = u32

The resulting type after applying the + operator.
§

fn add(self, other: u32_le) -> <u32 as Add<u32_le>>::Output

Performs the + operation. Read more
§

impl Add for u32_le

§

type Output = u32

The resulting type after applying the + operator.
§

fn add(self, other: u32_le) -> <u32_le as Add>::Output

Performs the + operation. Read more
§

impl AddAssign<&u32> for u32_le

§

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

Performs the += operation. Read more
§

impl AddAssign<&u32_le> for u32_le

§

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

Performs the += operation. Read more
§

impl AddAssign<u32> for u32_le

§

fn add_assign(&mut self, other: u32)

Performs the += operation. Read more
§

impl AddAssign for u32_le

§

fn add_assign(&mut self, other: u32_le)

Performs the += operation. Read more
§

impl Binary for u32_le

§

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

Formats the value using the given formatter. Read more
§

impl BitAnd<&u32> for &u32_le

§

type Output = u32

The resulting type after applying the & operator.
§

fn bitand(self, other: &u32) -> <&u32_le as BitAnd<&u32>>::Output

Performs the & operation. Read more
§

impl BitAnd<&u32> for u32_le

§

type Output = u32

The resulting type after applying the & operator.
§

fn bitand(self, other: &u32) -> <u32_le as BitAnd<&u32>>::Output

Performs the & operation. Read more
§

impl BitAnd<&u32_le> for &u32

§

type Output = u32

The resulting type after applying the & operator.
§

fn bitand(self, other: &u32_le) -> <&u32 as BitAnd<&u32_le>>::Output

Performs the & operation. Read more
§

impl BitAnd<&u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the & operator.
§

fn bitand(self, other: &u32_le) -> <&u32_le as BitAnd<&u32_le>>::Output

Performs the & operation. Read more
§

impl BitAnd<&u32_le> for u32

§

type Output = u32

The resulting type after applying the & operator.
§

fn bitand(self, other: &u32_le) -> <u32 as BitAnd<&u32_le>>::Output

Performs the & operation. Read more
§

impl BitAnd<&u32_le> for u32_le

§

type Output = u32

The resulting type after applying the & operator.
§

fn bitand(self, other: &u32_le) -> <u32_le as BitAnd<&u32_le>>::Output

Performs the & operation. Read more
§

impl BitAnd<u32> for &u32_le

§

type Output = u32

The resulting type after applying the & operator.
§

fn bitand(self, other: u32) -> <&u32_le as BitAnd<u32>>::Output

Performs the & operation. Read more
§

impl BitAnd<u32> for u32_le

§

type Output = u32

The resulting type after applying the & operator.
§

fn bitand(self, other: u32) -> <u32_le as BitAnd<u32>>::Output

Performs the & operation. Read more
§

impl BitAnd<u32_le> for &u32

§

type Output = u32

The resulting type after applying the & operator.
§

fn bitand(self, other: u32_le) -> <&u32 as BitAnd<u32_le>>::Output

Performs the & operation. Read more
§

impl BitAnd<u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the & operator.
§

fn bitand(self, other: u32_le) -> <&u32_le as BitAnd<u32_le>>::Output

Performs the & operation. Read more
§

impl BitAnd<u32_le> for u32

§

type Output = u32

The resulting type after applying the & operator.
§

fn bitand(self, other: u32_le) -> <u32 as BitAnd<u32_le>>::Output

Performs the & operation. Read more
§

impl BitAnd for u32_le

§

type Output = u32

The resulting type after applying the & operator.
§

fn bitand(self, other: u32_le) -> <u32_le as BitAnd>::Output

Performs the & operation. Read more
§

impl BitAndAssign<&u32> for u32_le

§

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

Performs the &= operation. Read more
§

impl BitAndAssign<&u32_le> for u32_le

§

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

Performs the &= operation. Read more
§

impl BitAndAssign<u32> for u32_le

§

fn bitand_assign(&mut self, other: u32)

Performs the &= operation. Read more
§

impl BitAndAssign for u32_le

§

fn bitand_assign(&mut self, other: u32_le)

Performs the &= operation. Read more
§

impl BitOr<&u32> for &u32_le

§

type Output = u32

The resulting type after applying the | operator.
§

fn bitor(self, other: &u32) -> <&u32_le as BitOr<&u32>>::Output

Performs the | operation. Read more
§

impl BitOr<&u32> for u32_le

§

type Output = u32

The resulting type after applying the | operator.
§

fn bitor(self, other: &u32) -> <u32_le as BitOr<&u32>>::Output

Performs the | operation. Read more
§

impl BitOr<&u32_le> for &u32

§

type Output = u32

The resulting type after applying the | operator.
§

fn bitor(self, other: &u32_le) -> <&u32 as BitOr<&u32_le>>::Output

Performs the | operation. Read more
§

impl BitOr<&u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the | operator.
§

fn bitor(self, other: &u32_le) -> <&u32_le as BitOr<&u32_le>>::Output

Performs the | operation. Read more
§

impl BitOr<&u32_le> for u32

§

type Output = u32

The resulting type after applying the | operator.
§

fn bitor(self, other: &u32_le) -> <u32 as BitOr<&u32_le>>::Output

Performs the | operation. Read more
§

impl BitOr<&u32_le> for u32_le

§

type Output = u32

The resulting type after applying the | operator.
§

fn bitor(self, other: &u32_le) -> <u32_le as BitOr<&u32_le>>::Output

Performs the | operation. Read more
§

impl BitOr<u32> for &u32_le

§

type Output = u32

The resulting type after applying the | operator.
§

fn bitor(self, other: u32) -> <&u32_le as BitOr<u32>>::Output

Performs the | operation. Read more
§

impl BitOr<u32> for u32_le

§

type Output = u32

The resulting type after applying the | operator.
§

fn bitor(self, other: u32) -> <u32_le as BitOr<u32>>::Output

Performs the | operation. Read more
§

impl BitOr<u32_le> for &u32

§

type Output = u32

The resulting type after applying the | operator.
§

fn bitor(self, other: u32_le) -> <&u32 as BitOr<u32_le>>::Output

Performs the | operation. Read more
§

impl BitOr<u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the | operator.
§

fn bitor(self, other: u32_le) -> <&u32_le as BitOr<u32_le>>::Output

Performs the | operation. Read more
§

impl BitOr<u32_le> for u32

§

type Output = u32

The resulting type after applying the | operator.
§

fn bitor(self, other: u32_le) -> <u32 as BitOr<u32_le>>::Output

Performs the | operation. Read more
§

impl BitOr for u32_le

§

type Output = u32

The resulting type after applying the | operator.
§

fn bitor(self, other: u32_le) -> <u32_le as BitOr>::Output

Performs the | operation. Read more
§

impl BitOrAssign<&u32> for u32_le

§

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

Performs the |= operation. Read more
§

impl BitOrAssign<&u32_le> for u32_le

§

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

Performs the |= operation. Read more
§

impl BitOrAssign<u32> for u32_le

§

fn bitor_assign(&mut self, other: u32)

Performs the |= operation. Read more
§

impl BitOrAssign for u32_le

§

fn bitor_assign(&mut self, other: u32_le)

Performs the |= operation. Read more
§

impl BitXor<&u32> for &u32_le

§

type Output = u32

The resulting type after applying the ^ operator.
§

fn bitxor(self, other: &u32) -> <&u32_le as BitXor<&u32>>::Output

Performs the ^ operation. Read more
§

impl BitXor<&u32> for u32_le

§

type Output = u32

The resulting type after applying the ^ operator.
§

fn bitxor(self, other: &u32) -> <u32_le as BitXor<&u32>>::Output

Performs the ^ operation. Read more
§

impl BitXor<&u32_le> for &u32

§

type Output = u32

The resulting type after applying the ^ operator.
§

fn bitxor(self, other: &u32_le) -> <&u32 as BitXor<&u32_le>>::Output

Performs the ^ operation. Read more
§

impl BitXor<&u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the ^ operator.
§

fn bitxor(self, other: &u32_le) -> <&u32_le as BitXor<&u32_le>>::Output

Performs the ^ operation. Read more
§

impl BitXor<&u32_le> for u32

§

type Output = u32

The resulting type after applying the ^ operator.
§

fn bitxor(self, other: &u32_le) -> <u32 as BitXor<&u32_le>>::Output

Performs the ^ operation. Read more
§

impl BitXor<&u32_le> for u32_le

§

type Output = u32

The resulting type after applying the ^ operator.
§

fn bitxor(self, other: &u32_le) -> <u32_le as BitXor<&u32_le>>::Output

Performs the ^ operation. Read more
§

impl BitXor<u32> for &u32_le

§

type Output = u32

The resulting type after applying the ^ operator.
§

fn bitxor(self, other: u32) -> <&u32_le as BitXor<u32>>::Output

Performs the ^ operation. Read more
§

impl BitXor<u32> for u32_le

§

type Output = u32

The resulting type after applying the ^ operator.
§

fn bitxor(self, other: u32) -> <u32_le as BitXor<u32>>::Output

Performs the ^ operation. Read more
§

impl BitXor<u32_le> for &u32

§

type Output = u32

The resulting type after applying the ^ operator.
§

fn bitxor(self, other: u32_le) -> <&u32 as BitXor<u32_le>>::Output

Performs the ^ operation. Read more
§

impl BitXor<u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the ^ operator.
§

fn bitxor(self, other: u32_le) -> <&u32_le as BitXor<u32_le>>::Output

Performs the ^ operation. Read more
§

impl BitXor<u32_le> for u32

§

type Output = u32

The resulting type after applying the ^ operator.
§

fn bitxor(self, other: u32_le) -> <u32 as BitXor<u32_le>>::Output

Performs the ^ operation. Read more
§

impl BitXor for u32_le

§

type Output = u32

The resulting type after applying the ^ operator.
§

fn bitxor(self, other: u32_le) -> <u32_le as BitXor>::Output

Performs the ^ operation. Read more
§

impl BitXorAssign<&u32> for u32_le

§

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

Performs the ^= operation. Read more
§

impl BitXorAssign<&u32_le> for u32_le

§

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

Performs the ^= operation. Read more
§

impl BitXorAssign<u32> for u32_le

§

fn bitxor_assign(&mut self, other: u32)

Performs the ^= operation. Read more
§

impl BitXorAssign for u32_le

§

fn bitxor_assign(&mut self, other: u32_le)

Performs the ^= operation. Read more
§

impl Clone for u32_le

§

fn clone(&self) -> u32_le

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
§

impl Debug for u32_le

§

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

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

impl<D: ?Sized> Decode<D> for u32_le

source§

fn decode(_: Slot<'_, Self>, _: &mut D) -> Result<(), DecodeError>

Decodes a value into a slot using a decoder. Read more
§

impl Default for u32_le

§

fn default() -> u32_le

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

impl Display for u32_le

§

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

Formats the value using the given formatter. Read more
§

impl Div<&u32> for &u32_le

§

type Output = u32

The resulting type after applying the / operator.
§

fn div(self, other: &u32) -> <&u32_le as Div<&u32>>::Output

Performs the / operation. Read more
§

impl Div<&u32> for u32_le

§

type Output = u32

The resulting type after applying the / operator.
§

fn div(self, other: &u32) -> <u32_le as Div<&u32>>::Output

Performs the / operation. Read more
§

impl Div<&u32_le> for &u32

§

type Output = u32

The resulting type after applying the / operator.
§

fn div(self, other: &u32_le) -> <&u32 as Div<&u32_le>>::Output

Performs the / operation. Read more
§

impl Div<&u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the / operator.
§

fn div(self, other: &u32_le) -> <&u32_le as Div<&u32_le>>::Output

Performs the / operation. Read more
§

impl Div<&u32_le> for u32

§

type Output = u32

The resulting type after applying the / operator.
§

fn div(self, other: &u32_le) -> <u32 as Div<&u32_le>>::Output

Performs the / operation. Read more
§

impl Div<&u32_le> for u32_le

§

type Output = u32

The resulting type after applying the / operator.
§

fn div(self, other: &u32_le) -> <u32_le as Div<&u32_le>>::Output

Performs the / operation. Read more
§

impl Div<u32> for &u32_le

§

type Output = u32

The resulting type after applying the / operator.
§

fn div(self, other: u32) -> <&u32_le as Div<u32>>::Output

Performs the / operation. Read more
§

impl Div<u32> for u32_le

§

type Output = u32

The resulting type after applying the / operator.
§

fn div(self, other: u32) -> <u32_le as Div<u32>>::Output

Performs the / operation. Read more
§

impl Div<u32_le> for &u32

§

type Output = u32

The resulting type after applying the / operator.
§

fn div(self, other: u32_le) -> <&u32 as Div<u32_le>>::Output

Performs the / operation. Read more
§

impl Div<u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the / operator.
§

fn div(self, other: u32_le) -> <&u32_le as Div<u32_le>>::Output

Performs the / operation. Read more
§

impl Div<u32_le> for u32

§

type Output = u32

The resulting type after applying the / operator.
§

fn div(self, other: u32_le) -> <u32 as Div<u32_le>>::Output

Performs the / operation. Read more
§

impl Div for u32_le

§

type Output = u32

The resulting type after applying the / operator.
§

fn div(self, other: u32_le) -> <u32_le as Div>::Output

Performs the / operation. Read more
§

impl DivAssign<&u32> for u32_le

§

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

Performs the /= operation. Read more
§

impl DivAssign<&u32_le> for u32_le

§

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

Performs the /= operation. Read more
§

impl DivAssign<u32> for u32_le

§

fn div_assign(&mut self, other: u32)

Performs the /= operation. Read more
§

impl DivAssign for u32_le

§

fn div_assign(&mut self, other: u32_le)

Performs the /= operation. Read more
source§

impl Encodable for u32_le

§

type Encoded<'buf> = u32_le

The wire type for the value.
source§

impl EncodableOption for u32_le

§

type EncodedOption<'buf> = WireBox<'buf, u32_le>

The wire type for the optional value.
source§

impl<E: ?Sized> Encode<E> for u32_le

source§

fn encode( &mut self, _: &mut E, slot: Slot<'_, Self::Encoded<'_>>, ) -> Result<(), EncodeError>

Encodes this value into an encoder and slot.
source§

impl<E: Encoder + ?Sized> EncodeOption<E> for u32_le

source§

fn encode_option( this: Option<&mut Self>, encoder: &mut E, slot: Slot<'_, Self::EncodedOption<'_>>, ) -> Result<(), EncodeError>

Encodes this optional value into an encoder and slot.
§

impl<'a> From<&'a u32> for u32_le

§

fn from(value: &'a u32) -> u32_le

Converts to this type from the input type.
§

impl<'a> From<&'a u32_le> for u32

§

fn from(value: &'a u32_le) -> u32

Converts to this type from the input type.
§

impl From<u32> for u32_le

§

fn from(value: u32) -> u32_le

Converts to this type from the input type.
§

impl From<u32_le> for u32

§

fn from(value: u32_le) -> u32

Converts to this type from the input type.
§

impl FromBytes for u32_le
where u32: FromBytes,

§

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

Interprets the given source as a &Self. Read more
§

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

Interprets the prefix of the given source as a &Self without copying. Read more
§

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,

Interprets the given source as a &mut Self. Read more
§

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,

Interprets the prefix of the given source as a &mut Self without copying. Read more
§

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,

Interprets the suffix of the given source as a &mut Self without copying. Read more
§

fn read_from_bytes(source: &[u8]) -> Result<Self, SizeError<&[u8], Self>>
where Self: Sized,

Reads a copy of Self from the given source. Read more
§

fn read_from_prefix( source: &[u8], ) -> Result<(Self, &[u8]), SizeError<&[u8], Self>>
where Self: Sized,

Reads a copy of Self from the prefix of the given source. Read more
§

fn read_from_suffix( source: &[u8], ) -> Result<(&[u8], Self), SizeError<&[u8], Self>>
where Self: Sized,

Reads a copy of Self from the suffix of the given source. Read more
§

impl FromZeros for u32_le
where u32: FromZeros,

§

fn zero(&mut self)

Overwrites self with zeros. Read more
§

fn new_zeroed() -> Self
where Self: Sized,

Creates an instance of Self from zeroed bytes. Read more
§

impl Hash for u32_le

§

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

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
§

impl IntoBytes for u32_le
where u32: IntoBytes, (): PaddingFree<u32_le, rend::::{impl#1961}::{constant#0}>,

§

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

Gets the bytes of this value. Read more
§

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,

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
§

impl KnownLayout for u32_le
where u32: KnownLayout,

§

type PointerMetadata = <u32 as KnownLayout>::PointerMetadata

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

impl LowerExp for u32_le

§

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

Formats the value using the given formatter. Read more
§

impl LowerHex for u32_le

§

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

Formats the value using the given formatter. Read more
§

impl Mul<&u32> for &u32_le

§

type Output = u32

The resulting type after applying the * operator.
§

fn mul(self, other: &u32) -> <&u32_le as Mul<&u32>>::Output

Performs the * operation. Read more
§

impl Mul<&u32> for u32_le

§

type Output = u32

The resulting type after applying the * operator.
§

fn mul(self, other: &u32) -> <u32_le as Mul<&u32>>::Output

Performs the * operation. Read more
§

impl Mul<&u32_le> for &u32

§

type Output = u32

The resulting type after applying the * operator.
§

fn mul(self, other: &u32_le) -> <&u32 as Mul<&u32_le>>::Output

Performs the * operation. Read more
§

impl Mul<&u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the * operator.
§

fn mul(self, other: &u32_le) -> <&u32_le as Mul<&u32_le>>::Output

Performs the * operation. Read more
§

impl Mul<&u32_le> for u32

§

type Output = u32

The resulting type after applying the * operator.
§

fn mul(self, other: &u32_le) -> <u32 as Mul<&u32_le>>::Output

Performs the * operation. Read more
§

impl Mul<&u32_le> for u32_le

§

type Output = u32

The resulting type after applying the * operator.
§

fn mul(self, other: &u32_le) -> <u32_le as Mul<&u32_le>>::Output

Performs the * operation. Read more
§

impl Mul<u32> for &u32_le

§

type Output = u32

The resulting type after applying the * operator.
§

fn mul(self, other: u32) -> <&u32_le as Mul<u32>>::Output

Performs the * operation. Read more
§

impl Mul<u32> for u32_le

§

type Output = u32

The resulting type after applying the * operator.
§

fn mul(self, other: u32) -> <u32_le as Mul<u32>>::Output

Performs the * operation. Read more
§

impl Mul<u32_le> for &u32

§

type Output = u32

The resulting type after applying the * operator.
§

fn mul(self, other: u32_le) -> <&u32 as Mul<u32_le>>::Output

Performs the * operation. Read more
§

impl Mul<u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the * operator.
§

fn mul(self, other: u32_le) -> <&u32_le as Mul<u32_le>>::Output

Performs the * operation. Read more
§

impl Mul<u32_le> for u32

§

type Output = u32

The resulting type after applying the * operator.
§

fn mul(self, other: u32_le) -> <u32 as Mul<u32_le>>::Output

Performs the * operation. Read more
§

impl Mul for u32_le

§

type Output = u32

The resulting type after applying the * operator.
§

fn mul(self, other: u32_le) -> <u32_le as Mul>::Output

Performs the * operation. Read more
§

impl MulAssign<&u32> for u32_le

§

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

Performs the *= operation. Read more
§

impl MulAssign<&u32_le> for u32_le

§

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

Performs the *= operation. Read more
§

impl MulAssign<u32> for u32_le

§

fn mul_assign(&mut self, other: u32)

Performs the *= operation. Read more
§

impl MulAssign for u32_le

§

fn mul_assign(&mut self, other: u32_le)

Performs the *= operation. Read more
§

impl Not for u32_le

§

type Output = <u32 as Not>::Output

The resulting type after applying the ! operator.
§

fn not(self) -> <u32_le as Not>::Output

Performs the unary ! operation. Read more
§

impl Octal for u32_le

§

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

Formats the value using the given formatter. Read more
§

impl Ord for u32_le

§

fn cmp(&self, other: &u32_le) -> 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
§

impl PartialEq<u32> for u32_le

§

fn eq(&self, other: &u32) -> 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.
§

impl PartialEq<u32_le> for u32

§

fn eq(&self, other: &u32_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.
§

impl PartialEq for u32_le

§

fn eq(&self, other: &u32_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.
§

impl PartialOrd<u32> for u32_le

§

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

impl PartialOrd for u32_le

§

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

impl Product for u32_le

§

fn product<I>(iter: I) -> u32_le
where I: Iterator<Item = u32_le>,

Method which takes an iterator and generates Self from the elements by multiplying the items.
§

impl Rem<&u32> for &u32_le

§

type Output = u32

The resulting type after applying the % operator.
§

fn rem(self, other: &u32) -> <&u32_le as Rem<&u32>>::Output

Performs the % operation. Read more
§

impl Rem<&u32> for u32_le

§

type Output = u32

The resulting type after applying the % operator.
§

fn rem(self, other: &u32) -> <u32_le as Rem<&u32>>::Output

Performs the % operation. Read more
§

impl Rem<&u32_le> for &u32

§

type Output = u32

The resulting type after applying the % operator.
§

fn rem(self, other: &u32_le) -> <&u32 as Rem<&u32_le>>::Output

Performs the % operation. Read more
§

impl Rem<&u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the % operator.
§

fn rem(self, other: &u32_le) -> <&u32_le as Rem<&u32_le>>::Output

Performs the % operation. Read more
§

impl Rem<&u32_le> for u32

§

type Output = u32

The resulting type after applying the % operator.
§

fn rem(self, other: &u32_le) -> <u32 as Rem<&u32_le>>::Output

Performs the % operation. Read more
§

impl Rem<&u32_le> for u32_le

§

type Output = u32

The resulting type after applying the % operator.
§

fn rem(self, other: &u32_le) -> <u32_le as Rem<&u32_le>>::Output

Performs the % operation. Read more
§

impl Rem<u32> for &u32_le

§

type Output = u32

The resulting type after applying the % operator.
§

fn rem(self, other: u32) -> <&u32_le as Rem<u32>>::Output

Performs the % operation. Read more
§

impl Rem<u32> for u32_le

§

type Output = u32

The resulting type after applying the % operator.
§

fn rem(self, other: u32) -> <u32_le as Rem<u32>>::Output

Performs the % operation. Read more
§

impl Rem<u32_le> for &u32

§

type Output = u32

The resulting type after applying the % operator.
§

fn rem(self, other: u32_le) -> <&u32 as Rem<u32_le>>::Output

Performs the % operation. Read more
§

impl Rem<u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the % operator.
§

fn rem(self, other: u32_le) -> <&u32_le as Rem<u32_le>>::Output

Performs the % operation. Read more
§

impl Rem<u32_le> for u32

§

type Output = u32

The resulting type after applying the % operator.
§

fn rem(self, other: u32_le) -> <u32 as Rem<u32_le>>::Output

Performs the % operation. Read more
§

impl Rem for u32_le

§

type Output = u32

The resulting type after applying the % operator.
§

fn rem(self, other: u32_le) -> <u32_le as Rem>::Output

Performs the % operation. Read more
§

impl RemAssign<&u32> for u32_le

§

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

Performs the %= operation. Read more
§

impl RemAssign<&u32_le> for u32_le

§

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

Performs the %= operation. Read more
§

impl RemAssign<u32> for u32_le

§

fn rem_assign(&mut self, other: u32)

Performs the %= operation. Read more
§

impl RemAssign for u32_le

§

fn rem_assign(&mut self, other: u32_le)

Performs the %= operation. Read more
§

impl Shl<&u32> for &u32_le

§

type Output = u32

The resulting type after applying the << operator.
§

fn shl(self, other: &u32) -> <&u32_le as Shl<&u32>>::Output

Performs the << operation. Read more
§

impl Shl<&u32> for u32_le

§

type Output = u32

The resulting type after applying the << operator.
§

fn shl(self, other: &u32) -> <u32_le as Shl<&u32>>::Output

Performs the << operation. Read more
§

impl Shl<&u32_le> for &u32

§

type Output = u32

The resulting type after applying the << operator.
§

fn shl(self, other: &u32_le) -> <&u32 as Shl<&u32_le>>::Output

Performs the << operation. Read more
§

impl Shl<&u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the << operator.
§

fn shl(self, other: &u32_le) -> <&u32_le as Shl<&u32_le>>::Output

Performs the << operation. Read more
§

impl Shl<&u32_le> for u32

§

type Output = u32

The resulting type after applying the << operator.
§

fn shl(self, other: &u32_le) -> <u32 as Shl<&u32_le>>::Output

Performs the << operation. Read more
§

impl Shl<&u32_le> for u32_le

§

type Output = u32

The resulting type after applying the << operator.
§

fn shl(self, other: &u32_le) -> <u32_le as Shl<&u32_le>>::Output

Performs the << operation. Read more
§

impl Shl<u32> for &u32_le

§

type Output = u32

The resulting type after applying the << operator.
§

fn shl(self, other: u32) -> <&u32_le as Shl<u32>>::Output

Performs the << operation. Read more
§

impl Shl<u32> for u32_le

§

type Output = u32

The resulting type after applying the << operator.
§

fn shl(self, other: u32) -> <u32_le as Shl<u32>>::Output

Performs the << operation. Read more
§

impl Shl<u32_le> for &u32

§

type Output = u32

The resulting type after applying the << operator.
§

fn shl(self, other: u32_le) -> <&u32 as Shl<u32_le>>::Output

Performs the << operation. Read more
§

impl Shl<u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the << operator.
§

fn shl(self, other: u32_le) -> <&u32_le as Shl<u32_le>>::Output

Performs the << operation. Read more
§

impl Shl<u32_le> for u32

§

type Output = u32

The resulting type after applying the << operator.
§

fn shl(self, other: u32_le) -> <u32 as Shl<u32_le>>::Output

Performs the << operation. Read more
§

impl Shl for u32_le

§

type Output = u32

The resulting type after applying the << operator.
§

fn shl(self, other: u32_le) -> <u32_le as Shl>::Output

Performs the << operation. Read more
§

impl ShlAssign<&u32> for u32_le

§

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

Performs the <<= operation. Read more
§

impl ShlAssign<&u32_le> for u32_le

§

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

Performs the <<= operation. Read more
§

impl ShlAssign<u32> for u32_le

§

fn shl_assign(&mut self, other: u32)

Performs the <<= operation. Read more
§

impl ShlAssign for u32_le

§

fn shl_assign(&mut self, other: u32_le)

Performs the <<= operation. Read more
§

impl Shr<&u32> for &u32_le

§

type Output = u32

The resulting type after applying the >> operator.
§

fn shr(self, other: &u32) -> <&u32_le as Shr<&u32>>::Output

Performs the >> operation. Read more
§

impl Shr<&u32> for u32_le

§

type Output = u32

The resulting type after applying the >> operator.
§

fn shr(self, other: &u32) -> <u32_le as Shr<&u32>>::Output

Performs the >> operation. Read more
§

impl Shr<&u32_le> for &u32

§

type Output = u32

The resulting type after applying the >> operator.
§

fn shr(self, other: &u32_le) -> <&u32 as Shr<&u32_le>>::Output

Performs the >> operation. Read more
§

impl Shr<&u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the >> operator.
§

fn shr(self, other: &u32_le) -> <&u32_le as Shr<&u32_le>>::Output

Performs the >> operation. Read more
§

impl Shr<&u32_le> for u32

§

type Output = u32

The resulting type after applying the >> operator.
§

fn shr(self, other: &u32_le) -> <u32 as Shr<&u32_le>>::Output

Performs the >> operation. Read more
§

impl Shr<&u32_le> for u32_le

§

type Output = u32

The resulting type after applying the >> operator.
§

fn shr(self, other: &u32_le) -> <u32_le as Shr<&u32_le>>::Output

Performs the >> operation. Read more
§

impl Shr<u32> for &u32_le

§

type Output = u32

The resulting type after applying the >> operator.
§

fn shr(self, other: u32) -> <&u32_le as Shr<u32>>::Output

Performs the >> operation. Read more
§

impl Shr<u32> for u32_le

§

type Output = u32

The resulting type after applying the >> operator.
§

fn shr(self, other: u32) -> <u32_le as Shr<u32>>::Output

Performs the >> operation. Read more
§

impl Shr<u32_le> for &u32

§

type Output = u32

The resulting type after applying the >> operator.
§

fn shr(self, other: u32_le) -> <&u32 as Shr<u32_le>>::Output

Performs the >> operation. Read more
§

impl Shr<u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the >> operator.
§

fn shr(self, other: u32_le) -> <&u32_le as Shr<u32_le>>::Output

Performs the >> operation. Read more
§

impl Shr<u32_le> for u32

§

type Output = u32

The resulting type after applying the >> operator.
§

fn shr(self, other: u32_le) -> <u32 as Shr<u32_le>>::Output

Performs the >> operation. Read more
§

impl Shr for u32_le

§

type Output = u32

The resulting type after applying the >> operator.
§

fn shr(self, other: u32_le) -> <u32_le as Shr>::Output

Performs the >> operation. Read more
§

impl ShrAssign<&u32> for u32_le

§

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

Performs the >>= operation. Read more
§

impl ShrAssign<&u32_le> for u32_le

§

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

Performs the >>= operation. Read more
§

impl ShrAssign<u32> for u32_le

§

fn shr_assign(&mut self, other: u32)

Performs the >>= operation. Read more
§

impl ShrAssign for u32_le

§

fn shr_assign(&mut self, other: u32_le)

Performs the >>= operation. Read more
§

impl Sub<&u32> for &u32_le

§

type Output = u32

The resulting type after applying the - operator.
§

fn sub(self, other: &u32) -> <&u32_le as Sub<&u32>>::Output

Performs the - operation. Read more
§

impl Sub<&u32> for u32_le

§

type Output = u32

The resulting type after applying the - operator.
§

fn sub(self, other: &u32) -> <u32_le as Sub<&u32>>::Output

Performs the - operation. Read more
§

impl Sub<&u32_le> for &u32

§

type Output = u32

The resulting type after applying the - operator.
§

fn sub(self, other: &u32_le) -> <&u32 as Sub<&u32_le>>::Output

Performs the - operation. Read more
§

impl Sub<&u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the - operator.
§

fn sub(self, other: &u32_le) -> <&u32_le as Sub<&u32_le>>::Output

Performs the - operation. Read more
§

impl Sub<&u32_le> for u32

§

type Output = u32

The resulting type after applying the - operator.
§

fn sub(self, other: &u32_le) -> <u32 as Sub<&u32_le>>::Output

Performs the - operation. Read more
§

impl Sub<&u32_le> for u32_le

§

type Output = u32

The resulting type after applying the - operator.
§

fn sub(self, other: &u32_le) -> <u32_le as Sub<&u32_le>>::Output

Performs the - operation. Read more
§

impl Sub<u32> for &u32_le

§

type Output = u32

The resulting type after applying the - operator.
§

fn sub(self, other: u32) -> <&u32_le as Sub<u32>>::Output

Performs the - operation. Read more
§

impl Sub<u32> for u32_le

§

type Output = u32

The resulting type after applying the - operator.
§

fn sub(self, other: u32) -> <u32_le as Sub<u32>>::Output

Performs the - operation. Read more
§

impl Sub<u32_le> for &u32

§

type Output = u32

The resulting type after applying the - operator.
§

fn sub(self, other: u32_le) -> <&u32 as Sub<u32_le>>::Output

Performs the - operation. Read more
§

impl Sub<u32_le> for &u32_le

§

type Output = u32

The resulting type after applying the - operator.
§

fn sub(self, other: u32_le) -> <&u32_le as Sub<u32_le>>::Output

Performs the - operation. Read more
§

impl Sub<u32_le> for u32

§

type Output = u32

The resulting type after applying the - operator.
§

fn sub(self, other: u32_le) -> <u32 as Sub<u32_le>>::Output

Performs the - operation. Read more
§

impl Sub for u32_le

§

type Output = u32

The resulting type after applying the - operator.
§

fn sub(self, other: u32_le) -> <u32_le as Sub>::Output

Performs the - operation. Read more
§

impl SubAssign<&u32> for u32_le

§

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

Performs the -= operation. Read more
§

impl SubAssign<&u32_le> for u32_le

§

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

Performs the -= operation. Read more
§

impl SubAssign<u32> for u32_le

§

fn sub_assign(&mut self, other: u32)

Performs the -= operation. Read more
§

impl SubAssign for u32_le

§

fn sub_assign(&mut self, other: u32_le)

Performs the -= operation. Read more
§

impl Sum for u32_le

§

fn sum<I>(iter: I) -> u32_le
where I: Iterator<Item = u32_le>,

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

impl TakeFrom<u32_le> for u32

source§

fn take_from(from: &mut u32_le) -> u32

Converts from the given T, taking any resources that can’t be cloned.
source§

impl TakeFrom<u32_le> for u32_le

source§

fn take_from(from: &mut u32_le) -> u32_le

Converts from the given T, taking any resources that can’t be cloned.
§

impl TryFrom<usize> for u32_le

§

type Error = <u32 as TryFrom<usize>>::Error

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

fn try_from(value: usize) -> Result<u32_le, <u32_le as TryFrom<usize>>::Error>

Performs the conversion.
§

impl TryFromBytes for u32_le
where u32: 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
§

impl UpperExp for u32_le

§

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

Formats the value using the given formatter. Read more
§

impl UpperHex for u32_le

§

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

Formats the value using the given formatter. Read more
§

impl Copy for u32_le

§

impl Eq for u32_le

§

impl Immutable for u32_le
where u32: Immutable,

Auto Trait Implementations§

§

impl Freeze for u32_le

§

impl RefUnwindSafe for u32_le

§

impl Send for u32_le

§

impl Sync for u32_le

§

impl Unpin for u32_le

§

impl UnwindSafe for u32_le

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> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for T
where T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
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.