Skip to main content

Uint32

Struct Uint32 

Source
#[repr(C, align(4))]
pub struct Uint32(pub u32);
Expand description

A wire-encoded u32

Tuple Fields§

§0: u32

Methods from Deref<Target = u32>§

1.43.0 · Source

pub const MIN: u32 = 0

1.43.0 · Source

pub const MAX: u32

1.53.0 · Source

pub const BITS: u32

Trait Implementations§

Source§

impl Add<&Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<&Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<&Uint32> for Uint32

Source§

type Output = u32

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<&Uint32> for u32

Source§

type Output = u32

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<&u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<&u32> for Uint32

Source§

type Output = u32

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<Uint32> for u32

Source§

type Output = u32

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<u32> for Uint32

Source§

type Output = u32

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add for Uint32

Source§

type Output = u32

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl AddAssign<&Uint32> for Uint32

Source§

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

Performs the += operation. Read more
Source§

impl AddAssign<&u32> for Uint32

Source§

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

Performs the += operation. Read more
Source§

impl AddAssign<u32> for Uint32

Source§

fn add_assign(&mut self, other: u32)

Performs the += operation. Read more
Source§

impl AddAssign for Uint32

Source§

fn add_assign(&mut self, other: Uint32)

Performs the += operation. Read more
Source§

impl Binary for Uint32

Source§

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

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

impl BitAnd<&Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<&Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<&Uint32> for Uint32

Source§

type Output = u32

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<&Uint32> for u32

Source§

type Output = u32

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<&u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<&u32> for Uint32

Source§

type Output = u32

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<Uint32> for u32

Source§

type Output = u32

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<u32> for Uint32

Source§

type Output = u32

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd for Uint32

Source§

type Output = u32

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAndAssign<&Uint32> for Uint32

Source§

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

Performs the &= operation. Read more
Source§

impl BitAndAssign<&u32> for Uint32

Source§

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

Performs the &= operation. Read more
Source§

impl BitAndAssign<u32> for Uint32

Source§

fn bitand_assign(&mut self, other: u32)

Performs the &= operation. Read more
Source§

impl BitAndAssign for Uint32

Source§

fn bitand_assign(&mut self, other: Uint32)

Performs the &= operation. Read more
Source§

impl BitOr<&Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<&Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<&Uint32> for Uint32

Source§

type Output = u32

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<&Uint32> for u32

Source§

type Output = u32

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<&u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<&u32> for Uint32

Source§

type Output = u32

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<Uint32> for u32

Source§

type Output = u32

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<u32> for Uint32

Source§

type Output = u32

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr for Uint32

Source§

type Output = u32

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOrAssign<&Uint32> for Uint32

Source§

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

Performs the |= operation. Read more
Source§

impl BitOrAssign<&u32> for Uint32

Source§

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

Performs the |= operation. Read more
Source§

impl BitOrAssign<u32> for Uint32

Source§

fn bitor_assign(&mut self, other: u32)

Performs the |= operation. Read more
Source§

impl BitOrAssign for Uint32

Source§

fn bitor_assign(&mut self, other: Uint32)

Performs the |= operation. Read more
Source§

impl BitXor<&Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<&Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<&Uint32> for Uint32

Source§

type Output = u32

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<&Uint32> for u32

Source§

type Output = u32

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<&u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<&u32> for Uint32

Source§

type Output = u32

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<Uint32> for u32

Source§

type Output = u32

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<u32> for Uint32

Source§

type Output = u32

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor for Uint32

Source§

type Output = u32

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXorAssign<&Uint32> for Uint32

Source§

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

Performs the ^= operation. Read more
Source§

impl BitXorAssign<&u32> for Uint32

Source§

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

Performs the ^= operation. Read more
Source§

impl BitXorAssign<u32> for Uint32

Source§

fn bitxor_assign(&mut self, other: u32)

Performs the ^= operation. Read more
Source§

impl BitXorAssign for Uint32

Source§

fn bitxor_assign(&mut self, other: Uint32)

Performs the ^= operation. Read more
Source§

impl Clone for Uint32

Source§

fn clone(&self) -> Uint32

Returns a duplicate 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 Constrained for Uint32

Source§

type Constraint = ()

Type of constraint information for this type.
Source§

fn validate( _: Slot<'_, Uint32>, _: <Uint32 as Constrained>::Constraint, ) -> Result<(), ValidationError>

Validate a slot of this type against a constraint. Can be called when pointers/envelopes are just presence markers.
Source§

impl Debug for Uint32

Source§

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

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

impl<D> Decode<D> for Uint32
where D: ?Sized,

Source§

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

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

impl Default for Uint32

Source§

fn default() -> Uint32

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

impl Deref for Uint32

Source§

type Target = u32

The resulting type after dereferencing.
Source§

fn deref(&self) -> &<Uint32 as Deref>::Target

Dereferences the value.
Source§

impl DerefMut for Uint32

Source§

fn deref_mut(&mut self) -> &mut <Uint32 as Deref>::Target

Mutably dereferences the value.
Source§

impl Display for Uint32

Source§

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

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

impl Div<&Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<&Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<&Uint32> for Uint32

Source§

type Output = u32

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<&Uint32> for u32

Source§

type Output = u32

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<&u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<&u32> for Uint32

Source§

type Output = u32

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<Uint32> for u32

Source§

type Output = u32

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<u32> for Uint32

Source§

type Output = u32

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div for Uint32

Source§

type Output = u32

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl DivAssign<&Uint32> for Uint32

Source§

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

Performs the /= operation. Read more
Source§

impl DivAssign<&u32> for Uint32

Source§

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

Performs the /= operation. Read more
Source§

impl DivAssign<u32> for Uint32

Source§

fn div_assign(&mut self, other: u32)

Performs the /= operation. Read more
Source§

impl DivAssign for Uint32

Source§

fn div_assign(&mut self, other: Uint32)

Performs the /= operation. Read more
Source§

impl<E> Encode<Uint32, E> for &Uint32
where E: ?Sized,

Source§

fn encode( self, _: &mut E, out: &mut MaybeUninit<Uint32>, _: <Uint32 as Constrained>::Constraint, ) -> Result<(), EncodeError>

Encodes this value into an encoder and output.
Source§

const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _

Whether the conversion from Self to W is equivalent to copying the raw bytes of Self. Read more
Source§

impl<E> Encode<Uint32, E> for &u32
where E: ?Sized,

Source§

fn encode( self, _: &mut E, out: &mut MaybeUninit<Uint32>, _: <Uint32 as Constrained>::Constraint, ) -> Result<(), EncodeError>

Encodes this value into an encoder and output.
Source§

const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _

Whether the conversion from Self to W is equivalent to copying the raw bytes of Self. Read more
Source§

impl<E> Encode<Uint32, E> for Uint32
where E: ?Sized,

Source§

const COPY_OPTIMIZATION: CopyOptimization<Uint32, Uint32> = crate::CopyOptimization<Uint32, Uint32>::PRIMITIVE

Whether the conversion from Self to W is equivalent to copying the raw bytes of Self. Read more
Source§

fn encode( self, encoder: &mut E, out: &mut MaybeUninit<Uint32>, constraint: <Uint32 as Constrained>::Constraint, ) -> Result<(), EncodeError>

Encodes this value into an encoder and output.
Source§

impl<E> Encode<Uint32, E> for u32
where E: ?Sized,

Source§

const COPY_OPTIMIZATION: CopyOptimization<u32, Uint32> = crate::CopyOptimization<u32, Uint32>::PRIMITIVE

Whether the conversion from Self to W is equivalent to copying the raw bytes of Self. Read more
Source§

fn encode( self, encoder: &mut E, out: &mut MaybeUninit<Uint32>, constraint: <Uint32 as Constrained>::Constraint, ) -> Result<(), EncodeError>

Encodes this value into an encoder and output.
Source§

impl<E> EncodeOption<Box<'static, Uint32>, E> for &Uint32
where E: Encoder + ?Sized,

Source§

fn encode_option( this: Option<&Uint32>, encoder: &mut E, out: &mut MaybeUninit<Box<'static, Uint32>>, constraint: <Uint32 as Constrained>::Constraint, ) -> Result<(), EncodeError>

Encodes this optional value into an encoder and output.
Source§

impl<E> EncodeOption<Box<'static, Uint32>, E> for Uint32
where E: Encoder + ?Sized,

Source§

fn encode_option( this: Option<Uint32>, encoder: &mut E, out: &mut MaybeUninit<Box<'static, Uint32>>, constraint: <Uint32 as Constrained>::Constraint, ) -> Result<(), EncodeError>

Encodes this optional value into an encoder and output.
Source§

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

Source§

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

Converts to this type from the input type.
Source§

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

Source§

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

Converts to this type from the input type.
Source§

impl From<Uint32> for u32

Source§

fn from(value: Uint32) -> u32

Converts to this type from the input type.
Source§

impl From<u32> for Uint32

Source§

fn from(value: u32) -> Uint32

Converts to this type from the input type.
Source§

impl FromBytes for Uint32
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 ref_from_bytes_with_elems( source: &[u8], count: usize, ) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>
where Self: KnownLayout<PointerMetadata = usize> + Immutable,

Interprets the given source as a &Self with a DST length equal to count. Read more
§

fn ref_from_prefix_with_elems( source: &[u8], count: usize, ) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>
where Self: KnownLayout<PointerMetadata = usize> + Immutable,

Interprets the prefix of the given source as a DST &Self with length equal to count. Read more
§

fn ref_from_suffix_with_elems( source: &[u8], count: usize, ) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>
where Self: KnownLayout<PointerMetadata = usize> + Immutable,

Interprets the suffix of the given source as a DST &Self with length equal to count. Read more
§

fn mut_from_bytes_with_elems( source: &mut [u8], count: usize, ) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>
where Self: IntoBytes + KnownLayout<PointerMetadata = usize> + Immutable,

Interprets the given source as a &mut Self with a DST length equal to count. Read more
§

fn mut_from_prefix_with_elems( source: &mut [u8], count: usize, ) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>
where Self: IntoBytes + KnownLayout<PointerMetadata = usize>,

Interprets the prefix of the given source as a &mut Self with DST length equal to count. Read more
§

fn mut_from_suffix_with_elems( source: &mut [u8], count: usize, ) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>
where Self: IntoBytes + KnownLayout<PointerMetadata = usize>,

Interprets the suffix of the given source as a &mut Self with DST length equal to count. 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
Source§

impl FromWire<Uint32> for u32

Source§

const COPY_OPTIMIZATION: CopyOptimization<Uint32, u32> = crate::CopyOptimization<Uint32, u32>::PRIMITIVE

Whether the conversion from W to Self is equivalent to copying the raw bytes of W. Read more
Source§

fn from_wire(wire: Uint32) -> u32

Converts the given owned value to this type.
Source§

impl FromWireRef<Uint32> for u32

Source§

fn from_wire_ref(wire: &Uint32) -> u32

Converts the given reference to this type.
Source§

impl FromZeros for Uint32
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
§

fn new_box_zeroed() -> Result<Box<Self>, AllocError>
where Self: Sized,

Creates a Box<Self> from zeroed bytes. Read more
§

fn new_box_zeroed_with_elems(count: usize) -> Result<Box<Self>, AllocError>
where Self: KnownLayout<PointerMetadata = usize>,

Creates a Box<[Self]> (a boxed slice) from zeroed bytes. Read more
§

fn new_vec_zeroed(len: usize) -> Result<Vec<Self>, AllocError>
where Self: Sized,

Creates a Vec<Self> from zeroed bytes. Read more
§

fn extend_vec_zeroed( v: &mut Vec<Self>, additional: usize, ) -> Result<(), AllocError>
where Self: Sized,

Extends a Vec<Self> by pushing additional new items onto the end of the vector. The new items are initialized with zeros.
§

fn insert_vec_zeroed( v: &mut Vec<Self>, position: usize, additional: usize, ) -> Result<(), AllocError>
where Self: Sized,

Inserts additional new items into Vec<Self> at position. The new items are initialized with zeros. Read more
Source§

impl Hash for Uint32

Source§

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
Source§

impl IntoBytes for Uint32
where u32: IntoBytes, (): PaddingFree<Uint32, fidl_next_codec::::wire::primitives::_#9::_::{impl#0}::{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
Source§

impl IntoNatural for Uint32

Source§

type Natural = u32

A good default type for this wire type to convert into.
Source§

fn into_natural(self) -> Self::Natural

Converts this type into its natural equivalent.
Source§

impl LowerExp for Uint32

Source§

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

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

impl LowerHex for Uint32

Source§

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

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

impl Mul<&Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<&Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<&Uint32> for Uint32

Source§

type Output = u32

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<&Uint32> for u32

Source§

type Output = u32

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<&u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<&u32> for Uint32

Source§

type Output = u32

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<Uint32> for u32

Source§

type Output = u32

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<u32> for Uint32

Source§

type Output = u32

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul for Uint32

Source§

type Output = u32

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl MulAssign<&Uint32> for Uint32

Source§

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

Performs the *= operation. Read more
Source§

impl MulAssign<&u32> for Uint32

Source§

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

Performs the *= operation. Read more
Source§

impl MulAssign<u32> for Uint32

Source§

fn mul_assign(&mut self, other: u32)

Performs the *= operation. Read more
Source§

impl MulAssign for Uint32

Source§

fn mul_assign(&mut self, other: Uint32)

Performs the *= operation. Read more
Source§

impl Not for Uint32

Source§

type Output = <u32 as Not>::Output

The resulting type after applying the ! operator.
Source§

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

Performs the unary ! operation. Read more
Source§

impl Octal for Uint32

Source§

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

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

impl Ord for Uint32

Source§

fn cmp(&self, other: &Uint32) -> 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<u32> for Uint32

Source§

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

Source§

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

Source§

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

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 Uint32

Source§

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

Source§

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

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

impl Rem<&Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<&Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<&Uint32> for Uint32

Source§

type Output = u32

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<&Uint32> for u32

Source§

type Output = u32

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<&u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<&u32> for Uint32

Source§

type Output = u32

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<Uint32> for u32

Source§

type Output = u32

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<u32> for Uint32

Source§

type Output = u32

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem for Uint32

Source§

type Output = u32

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl RemAssign<&Uint32> for Uint32

Source§

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

Performs the %= operation. Read more
Source§

impl RemAssign<&u32> for Uint32

Source§

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

Performs the %= operation. Read more
Source§

impl RemAssign<u32> for Uint32

Source§

fn rem_assign(&mut self, other: u32)

Performs the %= operation. Read more
Source§

impl RemAssign for Uint32

Source§

fn rem_assign(&mut self, other: Uint32)

Performs the %= operation. Read more
Source§

impl Shl<&Uint32> for &Uint32

Source§

type Output = u32

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

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

Performs the << operation. Read more
Source§

impl Shl<&Uint32> for &u32

Source§

type Output = u32

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

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

Performs the << operation. Read more
Source§

impl Shl<&Uint32> for Uint32

Source§

type Output = u32

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

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

Performs the << operation. Read more
Source§

impl Shl<&Uint32> for u32

Source§

type Output = u32

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

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

Performs the << operation. Read more
Source§

impl Shl<&u32> for &Uint32

Source§

type Output = u32

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

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

Performs the << operation. Read more
Source§

impl Shl<&u32> for Uint32

Source§

type Output = u32

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

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

Performs the << operation. Read more
Source§

impl Shl<Uint32> for &Uint32

Source§

type Output = u32

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

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

Performs the << operation. Read more
Source§

impl Shl<Uint32> for &u32

Source§

type Output = u32

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

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

Performs the << operation. Read more
Source§

impl Shl<Uint32> for u32

Source§

type Output = u32

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

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

Performs the << operation. Read more
Source§

impl Shl<u32> for &Uint32

Source§

type Output = u32

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

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

Performs the << operation. Read more
Source§

impl Shl<u32> for Uint32

Source§

type Output = u32

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

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

Performs the << operation. Read more
Source§

impl Shl for Uint32

Source§

type Output = u32

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

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

Performs the << operation. Read more
Source§

impl ShlAssign<&Uint32> for Uint32

Source§

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

Performs the <<= operation. Read more
Source§

impl ShlAssign<&u32> for Uint32

Source§

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

Performs the <<= operation. Read more
Source§

impl ShlAssign<u32> for Uint32

Source§

fn shl_assign(&mut self, other: u32)

Performs the <<= operation. Read more
Source§

impl ShlAssign for Uint32

Source§

fn shl_assign(&mut self, other: Uint32)

Performs the <<= operation. Read more
Source§

impl Shr<&Uint32> for &Uint32

Source§

type Output = u32

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

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

Performs the >> operation. Read more
Source§

impl Shr<&Uint32> for &u32

Source§

type Output = u32

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

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

Performs the >> operation. Read more
Source§

impl Shr<&Uint32> for Uint32

Source§

type Output = u32

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

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

Performs the >> operation. Read more
Source§

impl Shr<&Uint32> for u32

Source§

type Output = u32

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

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

Performs the >> operation. Read more
Source§

impl Shr<&u32> for &Uint32

Source§

type Output = u32

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

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

Performs the >> operation. Read more
Source§

impl Shr<&u32> for Uint32

Source§

type Output = u32

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

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

Performs the >> operation. Read more
Source§

impl Shr<Uint32> for &Uint32

Source§

type Output = u32

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

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

Performs the >> operation. Read more
Source§

impl Shr<Uint32> for &u32

Source§

type Output = u32

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

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

Performs the >> operation. Read more
Source§

impl Shr<Uint32> for u32

Source§

type Output = u32

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

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

Performs the >> operation. Read more
Source§

impl Shr<u32> for &Uint32

Source§

type Output = u32

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

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

Performs the >> operation. Read more
Source§

impl Shr<u32> for Uint32

Source§

type Output = u32

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

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

Performs the >> operation. Read more
Source§

impl Shr for Uint32

Source§

type Output = u32

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

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

Performs the >> operation. Read more
Source§

impl ShrAssign<&Uint32> for Uint32

Source§

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

Performs the >>= operation. Read more
Source§

impl ShrAssign<&u32> for Uint32

Source§

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

Performs the >>= operation. Read more
Source§

impl ShrAssign<u32> for Uint32

Source§

fn shr_assign(&mut self, other: u32)

Performs the >>= operation. Read more
Source§

impl ShrAssign for Uint32

Source§

fn shr_assign(&mut self, other: Uint32)

Performs the >>= operation. Read more
Source§

impl Sub<&Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<&Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<&Uint32> for Uint32

Source§

type Output = u32

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<&Uint32> for u32

Source§

type Output = u32

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<&u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<&u32> for Uint32

Source§

type Output = u32

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<Uint32> for &Uint32

Source§

type Output = u32

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<Uint32> for &u32

Source§

type Output = u32

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<Uint32> for u32

Source§

type Output = u32

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<u32> for &Uint32

Source§

type Output = u32

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<u32> for Uint32

Source§

type Output = u32

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub for Uint32

Source§

type Output = u32

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl SubAssign<&Uint32> for Uint32

Source§

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

Performs the -= operation. Read more
Source§

impl SubAssign<&u32> for Uint32

Source§

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

Performs the -= operation. Read more
Source§

impl SubAssign<u32> for Uint32

Source§

fn sub_assign(&mut self, other: u32)

Performs the -= operation. Read more
Source§

impl SubAssign for Uint32

Source§

fn sub_assign(&mut self, other: Uint32)

Performs the -= operation. Read more
Source§

impl Sum for Uint32

Source§

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

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

impl TryFrom<Uint32> for usize

Source§

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

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

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

Performs the conversion.
Source§

impl TryFrom<usize> for Uint32

Source§

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

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

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

Performs the conversion.
Source§

impl TryFromBytes for Uint32
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 + IntoBytes,

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

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

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

fn try_ref_from_bytes_with_elems( source: &[u8], count: usize, ) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout<PointerMetadata = usize> + Immutable,

Attempts to interpret the given source as a &Self with a DST length equal to count. Read more
§

fn try_ref_from_prefix_with_elems( source: &[u8], count: usize, ) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout<PointerMetadata = usize> + Immutable,

Attempts to interpret the prefix of the given source as a &Self with a DST length equal to count. Read more
§

fn try_ref_from_suffix_with_elems( source: &[u8], count: usize, ) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout<PointerMetadata = usize> + Immutable,

Attempts to interpret the suffix of the given source as a &Self with a DST length equal to count. Read more
§

fn try_mut_from_bytes_with_elems( source: &mut [u8], count: usize, ) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>
where Self: KnownLayout<PointerMetadata = usize> + IntoBytes,

Attempts to interpret the given source as a &mut Self with a DST length equal to count. Read more
§

fn try_mut_from_prefix_with_elems( source: &mut [u8], count: usize, ) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>
where Self: KnownLayout<PointerMetadata = usize> + IntoBytes,

Attempts to interpret the prefix of the given source as a &mut Self with a DST length equal to count. Read more
§

fn try_mut_from_suffix_with_elems( source: &mut [u8], count: usize, ) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>
where Self: KnownLayout<PointerMetadata = usize> + IntoBytes,

Attempts to interpret the suffix of the given source as a &mut Self with a DST length equal to count. Read more
§

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

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 UpperExp for Uint32

Source§

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

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

impl UpperHex for Uint32

Source§

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

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

impl Wire for Uint32

Source§

type Narrowed<'de> = Uint32

The narrowed wire type, restricted to the 'de lifetime.
Source§

fn zero_padding(_: &mut MaybeUninit<Uint32>)

Writes zeroes to the padding for this type, if any.
Source§

impl Copy for Uint32

Source§

impl Eq for Uint32

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, dest: *mut u8)

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

impl<T, D> Encode<Ambiguous1, D> for T
where D: ResourceDialect,

§

unsafe fn encode( self, _encoder: &mut Encoder<'_, D>, _offset: usize, _depth: Depth, ) -> Result<(), Error>

Encodes the object into the encoder’s buffers. Any handles stored in the object are swapped for Handle::INVALID. Read more
§

impl<T, D> Encode<Ambiguous2, D> for T
where D: ResourceDialect,

§

unsafe fn encode( self, _encoder: &mut Encoder<'_, D>, _offset: usize, _depth: Depth, ) -> Result<(), Error>

Encodes the object into the encoder’s buffers. Any handles stored in the object are swapped for Handle::INVALID. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> InstanceFromServiceTransport<T> for T

Source§

fn from_service_transport(handle: T) -> T

Converts the given service transport handle of type T to Self
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.

§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
Source§

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

Source§

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§

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

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.
Source§

impl<E> RunsTransport<Mpsc> for E

Source§

impl<E> RunsTransport<Mpsc> for E
where E: RunsTransport<Mpsc>,