pub struct HeaderView(/* private fields */);
Implementations§
Source§impl HeaderView
impl HeaderView
pub const TOTAL_SIZE: usize = 240usize
pub const FIELD_SIZES: [usize; 2] = _
pub const FIELD_COUNT: usize = 2usize
pub fn hash(&self) -> Byte32
pub fn data(&self) -> Header
pub fn as_reader<'r>(&'r self) -> HeaderViewReader<'r>
Trait Implementations§
Source§impl Clone for HeaderView
impl Clone for HeaderView
Source§fn clone(&self) -> HeaderView
fn clone(&self) -> HeaderView
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 HeaderView
impl Debug for HeaderView
Source§impl Default for HeaderView
impl Default for HeaderView
Source§fn default() -> HeaderView
fn default() -> HeaderView
Returns the “default value” for a type. Read more
Source§impl Display for HeaderView
impl Display for HeaderView
Source§impl Entity for HeaderView
impl Entity for HeaderView
const NAME: &'static str = "HeaderView"
type Builder = HeaderViewBuilder
fn new_unchecked(data: Bytes) -> HeaderView
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<HeaderView, VerificationError>
fn from_compatible_slice(slice: &[u8]) -> Result<HeaderView, VerificationError>
fn new_builder() -> <HeaderView as Entity>::Builder
fn as_builder(self) -> <HeaderView as Entity>::Builder
Source§impl LowerHex for HeaderView
impl LowerHex for HeaderView
Source§impl Pack<HeaderView> for HeaderView
impl Pack<HeaderView> for HeaderView
Source§fn pack(&self) -> HeaderView
fn pack(&self) -> HeaderView
Packs a rust type into binary data.
Source§impl Unpack<HeaderView> for HeaderView
impl Unpack<HeaderView> for HeaderView
Source§fn unpack(&self) -> HeaderView
fn unpack(&self) -> HeaderView
Unpack binary data into rust types.
Auto Trait Implementations§
impl !Freeze for HeaderView
impl RefUnwindSafe for HeaderView
impl Send for HeaderView
impl Sync for HeaderView
impl Unpin for HeaderView
impl UnwindSafe for HeaderView
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
)