[−][src]Struct ckb_standalone_types::packed::Uint64Reader
Methods
impl<'r> Uint64Reader<'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 raw_data(&self) -> &'r [u8]
[src]
Trait Implementations
impl<'r> Clone for Uint64Reader<'r>
[src][+]
impl<'r> Copy for Uint64Reader<'r>
[src]
impl<'r> Debug for Uint64Reader<'r>
[src][+]
impl<'r> Display for Uint64Reader<'r>
[src][+]
impl<'r> LowerHex for Uint64Reader<'r>
[src][+]
impl<'r> Reader<'r> for Uint64Reader<'r>
[src][+]
impl<'r> Unpack<u64> for Uint64Reader<'r>
[src][+]
Auto Trait Implementations
impl<'r> Send for Uint64Reader<'r>
impl<'r> Sync for Uint64Reader<'r>
impl<'r> Unpin for Uint64Reader<'r>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,