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