pub struct UncleBlockVecView(/* private fields */);
Implementations§
Source§impl UncleBlockVecView
impl UncleBlockVecView
pub const FIELD_COUNT: usize = 2usize
pub fn total_size(&self) -> usize
pub fn field_count(&self) -> usize
pub fn count_extra_fields(&self) -> usize
pub fn has_extra_fields(&self) -> bool
pub fn hashes(&self) -> Byte32Vec
pub fn data(&self) -> UncleBlockVec
pub fn as_reader<'r>(&'r self) -> UncleBlockVecViewReader<'r>
Trait Implementations§
Source§impl Clone for UncleBlockVecView
impl Clone for UncleBlockVecView
Source§fn clone(&self) -> UncleBlockVecView
fn clone(&self) -> UncleBlockVecView
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UncleBlockVecView
impl Debug for UncleBlockVecView
Source§impl Default for UncleBlockVecView
impl Default for UncleBlockVecView
Source§fn default() -> UncleBlockVecView
fn default() -> UncleBlockVecView
Returns the “default value” for a type. Read more
Source§impl Display for UncleBlockVecView
impl Display for UncleBlockVecView
Source§impl Entity for UncleBlockVecView
impl Entity for UncleBlockVecView
const NAME: &'static str = "UncleBlockVecView"
type Builder = UncleBlockVecViewBuilder
fn new_unchecked(data: Bytes) -> UncleBlockVecView
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<UncleBlockVecView, VerificationError>
fn from_compatible_slice( slice: &[u8], ) -> Result<UncleBlockVecView, VerificationError>
fn new_builder() -> <UncleBlockVecView as Entity>::Builder
fn as_builder(self) -> <UncleBlockVecView as Entity>::Builder
Source§impl LowerHex for UncleBlockVecView
impl LowerHex for UncleBlockVecView
Source§impl Pack<UncleBlockVecView> for UncleBlockVecView
impl Pack<UncleBlockVecView> for UncleBlockVecView
Source§fn pack(&self) -> UncleBlockVecView
fn pack(&self) -> UncleBlockVecView
Packs a rust type into binary data.
Source§impl Unpack<UncleBlockVecView> for UncleBlockVecView
impl Unpack<UncleBlockVecView> for UncleBlockVecView
Source§fn unpack(&self) -> UncleBlockVecView
fn unpack(&self) -> UncleBlockVecView
Unpack binary data into rust types.
Auto Trait Implementations§
impl !Freeze for UncleBlockVecView
impl RefUnwindSafe for UncleBlockVecView
impl Send for UncleBlockVecView
impl Sync for UncleBlockVecView
impl Unpin for UncleBlockVecView
impl UnwindSafe for UncleBlockVecView
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)