Type Alias bp7::flags::BlockControlFlagsType

source ·
pub type BlockControlFlagsType = u8;

Trait Implementations§

source§

impl BlockValidation for BlockControlFlagsType

source§

fn flags(&self) -> BlockControlFlags

source§

fn set(&mut self, flags: BlockControlFlags)
where Self: Sized,

source§

fn validate(&self) -> Result<(), Error>
where Self: Sized,

source§

fn contains(&self, flags: BlockControlFlags) -> bool
where Self: Sized,