Enum scrapyard_core::package::Package[][src]

pub enum Package {
    LQFP(u16),
    TSSOP(u16),
    WLCSP(u16),
    UFQFPN(u16),
    TFBGA(u16),
    VFQFPN(u16),
    EWLCSP(u16),
    UFBGA(u16),
    LFBGA(u16),
    Unknown(u16),
}

Variants

Methods

impl Package
[src]

Trait Implementations

impl Debug for Package
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Package
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Package

impl Sync for Package