Struct ckb_types::packed::Byte32 [−][src]
pub struct Byte32(_);
Implementations
impl Byte32[src]
impl Byte32[src]pub const TOTAL_SIZE: usize[src]
pub const ITEM_SIZE: usize[src]
pub const ITEM_COUNT: usize[src]
pub fn nth0(&self) -> Byte[src]
pub fn nth1(&self) -> Byte[src]
pub fn nth2(&self) -> Byte[src]
pub fn nth3(&self) -> Byte[src]
pub fn nth4(&self) -> Byte[src]
pub fn nth5(&self) -> Byte[src]
pub fn nth6(&self) -> Byte[src]
pub fn nth7(&self) -> Byte[src]
pub fn nth8(&self) -> Byte[src]
pub fn nth9(&self) -> Byte[src]
pub fn nth10(&self) -> Byte[src]
pub fn nth11(&self) -> Byte[src]
pub fn nth12(&self) -> Byte[src]
pub fn nth13(&self) -> Byte[src]
pub fn nth14(&self) -> Byte[src]
pub fn nth15(&self) -> Byte[src]
pub fn nth16(&self) -> Byte[src]
pub fn nth17(&self) -> Byte[src]
pub fn nth18(&self) -> Byte[src]
pub fn nth19(&self) -> Byte[src]
pub fn nth20(&self) -> Byte[src]
pub fn nth21(&self) -> Byte[src]
pub fn nth22(&self) -> Byte[src]
pub fn nth23(&self) -> Byte[src]
pub fn nth24(&self) -> Byte[src]
pub fn nth25(&self) -> Byte[src]
pub fn nth26(&self) -> Byte[src]
pub fn nth27(&self) -> Byte[src]
pub fn nth28(&self) -> Byte[src]
pub fn nth29(&self) -> Byte[src]
pub fn nth30(&self) -> Byte[src]
pub fn nth31(&self) -> Byte[src]
pub fn raw_data(&self) -> Bytes[src]
pub fn as_reader<'r>(&'r self) -> Byte32Reader<'r>[src]
Trait Implementations
impl Entity for Byte32[src]
impl Entity for Byte32[src]type Builder = Byte32Builder
const NAME: &'static str[src]
fn new_unchecked(data: Bytes) -> Self[src]
fn as_bytes(&self) -> Bytes[src]
fn as_slice(&self) -> &[u8][src]
fn from_slice(slice: &[u8]) -> VerificationResult<Self>[src]
fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>[src]
fn new_builder() -> Self::Builder[src]
fn as_builder(self) -> Self::Builder[src]
impl Ord for Byte32[src]
impl Ord for Byte32[src]impl PartialOrd<Byte32> for Byte32[src]
impl PartialOrd<Byte32> for Byte32[src]fn partial_cmp(&self, other: &Self) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Self) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Eq for Byte32[src]
Auto Trait Implementations
impl RefUnwindSafe for Byte32
impl Send for Byte32
impl Sync for Byte32
impl Unpin for Byte32
impl UnwindSafe for Byte32
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,