Enum llvm_ir::module::DLLStorageClass
source · pub enum DLLStorageClass {
Default,
Import,
Export,
}
Expand description
Variants§
Trait Implementations§
source§impl Clone for DLLStorageClass
impl Clone for DLLStorageClass
source§fn clone(&self) -> DLLStorageClass
fn clone(&self) -> DLLStorageClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DLLStorageClass
impl Debug for DLLStorageClass
source§impl PartialEq<DLLStorageClass> for DLLStorageClass
impl PartialEq<DLLStorageClass> for DLLStorageClass
source§fn 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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more