Enum rustc_llvm::DLLStorageClassTypes
[−]
[src]
pub enum DLLStorageClassTypes { DefaultStorageClass, DLLImportStorageClass, DLLExportStorageClass, }
Unstable (
rustc_private
)Variants
DefaultStorageClass
Unstable (
rustc_private
)DLLImportStorageClass
Unstable (
rustc_private
)DLLExportStorageClass
Unstable (
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