pub enum MacroClassEndcapType {
PRE,
POST,
TOPLEFT,
TOPRIGHT,
BOTTOMLEFT,
BOTTOMRIGHT,
}Expand description
Subclass of the ENDCAP macro class.
Variants§
PRE
Start of the row (left).
POST
End of the row (right)
TOPLEFT
I/O corner cell on top left.
TOPRIGHT
I/O corner cell on top right.
BOTTOMLEFT
I/O corner cell on bottom left.
BOTTOMRIGHT
I/O corner cell on bottom right.
Trait Implementations§
source§impl Clone for MacroClassEndcapType
impl Clone for MacroClassEndcapType
source§fn clone(&self) -> MacroClassEndcapType
fn clone(&self) -> MacroClassEndcapType
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 MacroClassEndcapType
impl Debug for MacroClassEndcapType
source§impl Display for MacroClassEndcapType
impl Display for MacroClassEndcapType
source§impl FromStr for MacroClassEndcapType
impl FromStr for MacroClassEndcapType
source§impl PartialEq<MacroClassEndcapType> for MacroClassEndcapType
impl PartialEq<MacroClassEndcapType> for MacroClassEndcapType
source§fn eq(&self, other: &MacroClassEndcapType) -> bool
fn eq(&self, other: &MacroClassEndcapType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.