Enum crossbundle_tools::types::CrateType [−][src]
pub enum CrateType {
Bin,
Lib,
Dylib,
Staticlib,
Cdylib,
Rlib,
}Variants
Bin
A runnable executable.
Lib
A Rust library.
Dylib
A dynamic Rust library.
Staticlib
A static system library.
Cdylib
A dynamic system library.
Rlib
A “Rust library” file.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CrateType
impl UnwindSafe for CrateType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
