#[repr(C)]
pub enum LLVMDWARFMacinfoRecordType {
LLVMDWARFMacinfoRecordTypeDefine,
LLVMDWARFMacinfoRecordTypeMacro,
LLVMDWARFMacinfoRecordTypeStartFile,
LLVMDWARFMacinfoRecordTypeEndFile,
LLVMDWARFMacinfoRecordTypeVendorExt,
}
Variants
LLVMDWARFMacinfoRecordTypeDefine
LLVMDWARFMacinfoRecordTypeMacro
LLVMDWARFMacinfoRecordTypeStartFile
LLVMDWARFMacinfoRecordTypeEndFile
LLVMDWARFMacinfoRecordTypeVendorExt
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMDWARFMacinfoRecordType
impl Send for LLVMDWARFMacinfoRecordType
impl Sync for LLVMDWARFMacinfoRecordType
impl Unpin for LLVMDWARFMacinfoRecordType
impl UnwindSafe for LLVMDWARFMacinfoRecordType
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