Enum rustc_llvm::DLLStorageClassTypes
[−]
[src]
pub enum DLLStorageClassTypes {
DefaultStorageClass,
DLLImportStorageClass,
DLLExportStorageClass,
}Unstable (
rustc_private)Variants
DefaultStorageClassUnstable (
rustc_private)DLLImportStorageClassUnstable (
rustc_private)DLLExportStorageClassUnstable (
rustc_private)Trait Implementations
Derived Implementations
impl Clone for DLLStorageClassTypes[src]
fn clone(&self) -> DLLStorageClassTypes
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more