#[repr(C)]pub enum LLVMDbgRecordKind {
LLVMDbgRecordLabel = 0,
LLVMDbgRecordDeclare = 1,
LLVMDbgRecordValue = 2,
LLVMDbgRecordAssign = 3,
}Variants§
Trait Implementations§
Source§impl Clone for LLVMDbgRecordKind
impl Clone for LLVMDbgRecordKind
Source§fn clone(&self) -> LLVMDbgRecordKind
fn clone(&self) -> LLVMDbgRecordKind
Returns a duplicate 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 LLVMDbgRecordKind
impl Debug for LLVMDbgRecordKind
Source§impl PartialEq for LLVMDbgRecordKind
impl PartialEq for LLVMDbgRecordKind
impl Copy for LLVMDbgRecordKind
impl StructuralPartialEq for LLVMDbgRecordKind
Auto Trait Implementations§
impl Freeze for LLVMDbgRecordKind
impl RefUnwindSafe for LLVMDbgRecordKind
impl Send for LLVMDbgRecordKind
impl Sync for LLVMDbgRecordKind
impl Unpin for LLVMDbgRecordKind
impl UnsafeUnpin for LLVMDbgRecordKind
impl UnwindSafe for LLVMDbgRecordKind
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