Struct ckb_types::packed::Byte32Reader[][src]

pub struct Byte32Reader<'r>(_);

Implementations

impl<'r> Byte32Reader<'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 nth16(&self) -> ByteReader<'r>[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Trait Implementations

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

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

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

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

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

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

type Entity = Byte32

impl<'r> Unpack<[u8; 32]> for Byte32Reader<'r>[src]

impl<'r> Unpack<H256> for Byte32Reader<'r>[src]

Auto Trait Implementations

impl<'r> RefUnwindSafe for Byte32Reader<'r>

impl<'r> Send for Byte32Reader<'r>

impl<'r> Sync for Byte32Reader<'r>

impl<'r> Unpin for Byte32Reader<'r>

impl<'r> UnwindSafe for Byte32Reader<'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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,