[−][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]
fn clone(&self) -> Uint64Reader<'r>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[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]
type Entity = Uint64
const NAME: &'static str
[src]
fn to_entity(&self) -> Self::Entity
[src]
fn new_unchecked(slice: &'r [u8]) -> Self
[src]
fn as_slice(&self) -> &'r [u8]
[src]
fn verify(slice: &[u8], _compatible: bool) -> VerificationResult<()>
[src]
fn from_slice(slice: &'r [u8]) -> Result<Self, VerificationError>
[src]
fn from_compatible_slice(slice: &'r [u8]) -> Result<Self, VerificationError>
[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,
fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,