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§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) -> Self
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> VerificationResult<Self>
fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>
fn new_builder() -> Self::Builder
fn as_builder(self) -> Self::Builder
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
)