[][src]Struct ckb_types::packed::Uint128Reader

pub struct Uint128Reader<'r>(_);

Implementations

impl<'r> Uint128Reader<'r>[src]

pub const TOTAL_SIZE: usize[src]

pub const ITEM_SIZE: usize[src]

pub const ITEM_COUNT: usize[src]

pub fn nth0(&self) -> ByteReader<'r>[src]

pub fn nth1(&self) -> ByteReader<'r>[src]

pub fn nth2(&self) -> ByteReader<'r>[src]

pub fn nth3(&self) -> ByteReader<'r>[src]

pub fn nth4(&self) -> ByteReader<'r>[src]

pub fn nth5(&self) -> ByteReader<'r>[src]

pub fn nth6(&self) -> ByteReader<'r>[src]

pub fn nth7(&self) -> ByteReader<'r>[src]

pub fn nth8(&self) -> ByteReader<'r>[src]

pub fn nth9(&self) -> ByteReader<'r>[src]

pub fn nth10(&self) -> ByteReader<'r>[src]

pub fn nth11(&self) -> ByteReader<'r>[src]

pub fn nth12(&self) -> ByteReader<'r>[src]

pub fn nth13(&self) -> ByteReader<'r>[src]

pub fn nth14(&self) -> ByteReader<'r>[src]

pub fn nth15(&self) -> ByteReader<'r>[src]

pub fn raw_data(&self) -> &'r [u8][src]

Trait Implementations

impl<'r> Clone for Uint128Reader<'r>[src]

impl<'r> Copy for Uint128Reader<'r>[src]

impl<'r> Debug for Uint128Reader<'r>[src]

impl<'r> Display for Uint128Reader<'r>[src]

impl<'r> LowerHex for Uint128Reader<'r>[src]

impl<'r> Reader<'r> for Uint128Reader<'r>[src]

type Entity = Uint128

impl<'r> Unpack<u128> for Uint128Reader<'r>[src]

Auto Trait Implementations

impl<'r> RefUnwindSafe for Uint128Reader<'r>

impl<'r> Send for Uint128Reader<'r>

impl<'r> Sync for Uint128Reader<'r>

impl<'r> Unpin for Uint128Reader<'r>

impl<'r> UnwindSafe for Uint128Reader<'r>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<'r, R> FromSliceShouldBeOk<'r> for R where
    R: Reader<'r>, 
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.