Enum llvm_sys::LLVMDLLStorageClass
source · #[repr(C)]pub enum LLVMDLLStorageClass {
LLVMDefaultStorageClass = 0,
LLVMDLLImportStorageClass = 1,
LLVMDLLExportStorageClass = 2,
}
Variants§
Trait Implementations§
source§impl Clone for LLVMDLLStorageClass
impl Clone for LLVMDLLStorageClass
source§fn clone(&self) -> LLVMDLLStorageClass
fn clone(&self) -> LLVMDLLStorageClass
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 LLVMDLLStorageClass
impl Debug for LLVMDLLStorageClass
source§impl PartialEq for LLVMDLLStorageClass
impl PartialEq for LLVMDLLStorageClass
source§fn eq(&self, other: &LLVMDLLStorageClass) -> bool
fn eq(&self, other: &LLVMDLLStorageClass) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LLVMDLLStorageClass
impl StructuralPartialEq for LLVMDLLStorageClass
Auto Trait Implementations§
impl RefUnwindSafe for LLVMDLLStorageClass
impl Send for LLVMDLLStorageClass
impl Sync for LLVMDLLStorageClass
impl Unpin for LLVMDLLStorageClass
impl UnwindSafe for LLVMDLLStorageClass
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