pub enum PLAType {
F = 1,
FD = 3,
FR = 5,
FDR = 7,
}Expand description
Represents the type of PLA output format (also used as cover type)
Variants§
F = 1
On-set only (F)
FD = 3
On-set and don’t-care set (FD)
FR = 5
On-set and off-set (FR)
FDR = 7
On-set, don’t-care set, and off-set (FDR)
Implementations§
Trait Implementations§
impl Copy for PLAType
impl Eq for PLAType
impl StructuralPartialEq for PLAType
Auto Trait Implementations§
impl Freeze for PLAType
impl RefUnwindSafe for PLAType
impl Send for PLAType
impl Sync for PLAType
impl Unpin for PLAType
impl UnwindSafe for PLAType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more