pub enum MacroClassBlockType {
BLACKBOX,
SOFT,
}Expand description
Subclass of the BLOCK macro class.
Variants§
Trait Implementations§
source§impl Clone for MacroClassBlockType
impl Clone for MacroClassBlockType
source§fn clone(&self) -> MacroClassBlockType
fn clone(&self) -> MacroClassBlockType
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 MacroClassBlockType
impl Debug for MacroClassBlockType
source§impl Display for MacroClassBlockType
impl Display for MacroClassBlockType
source§impl FromStr for MacroClassBlockType
impl FromStr for MacroClassBlockType
source§impl PartialEq<MacroClassBlockType> for MacroClassBlockType
impl PartialEq<MacroClassBlockType> for MacroClassBlockType
source§fn eq(&self, other: &MacroClassBlockType) -> bool
fn eq(&self, other: &MacroClassBlockType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.