Enum llvm_ir::module::DLLStorageClass
source · [−]pub enum DLLStorageClass {
Default,
Import,
Export,
}
Expand description
Variants
Default
Import
Export
Trait Implementations
sourceimpl Clone for DLLStorageClass
impl Clone for DLLStorageClass
sourcefn clone(&self) -> DLLStorageClass
fn clone(&self) -> DLLStorageClass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DLLStorageClass
impl Debug for DLLStorageClass
sourceimpl PartialEq<DLLStorageClass> for DLLStorageClass
impl PartialEq<DLLStorageClass> for DLLStorageClass
sourcefn eq(&self, other: &DLLStorageClass) -> bool
fn eq(&self, other: &DLLStorageClass) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for DLLStorageClass
impl Eq for DLLStorageClass
impl StructuralEq for DLLStorageClass
impl StructuralPartialEq for DLLStorageClass
Auto Trait Implementations
impl RefUnwindSafe for DLLStorageClass
impl Send for DLLStorageClass
impl Sync for DLLStorageClass
impl Unpin for DLLStorageClass
impl UnwindSafe for DLLStorageClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more