Enum ckb_std::ckb_constants::HeaderField [−][src]
#[repr(u64)]
pub enum HeaderField {
EpochNumber,
EpochStartBlockNumber,
EpochLength,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HeaderField
impl Send for HeaderField
impl Sync for HeaderField
impl Unpin for HeaderField
impl UnwindSafe for HeaderField
Blanket Implementations
Mutably borrows from an owned value. Read more