Enum elrond::SegFlag
[−]
[src]
pub enum SegFlag {
Write,
Alloc,
ExecInstr,
RelaLivePatch,
RoAfterInit,
MaskProc,
}Variants
WriteAllocExecInstrRelaLivePatchRoAfterInitMaskProcTrait Implementations
impl Clone for SegFlag[src]
fn clone(&self) -> SegFlag
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for SegFlag[src]
impl Debug for SegFlag[src]
impl PartialEq for SegFlag[src]
fn eq(&self, __arg_0: &SegFlag) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.