pub struct ValueMetadataEntry(/* private fields */);
Expand description
Wrapper for LLVMValueMetadataEntry
Trait Implementations§
Source§impl Debug for ValueMetadataEntry
impl Debug for ValueMetadataEntry
Source§impl From<*mut LLVMOpaqueValueMetadataEntry> for ValueMetadataEntry
impl From<*mut LLVMOpaqueValueMetadataEntry> for ValueMetadataEntry
Source§fn from(value: LLVMValueMetadataEntry) -> Self
fn from(value: LLVMValueMetadataEntry) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ValueMetadataEntry
impl RefUnwindSafe for ValueMetadataEntry
impl !Send for ValueMetadataEntry
impl !Sync for ValueMetadataEntry
impl Unpin for ValueMetadataEntry
impl UnwindSafe for ValueMetadataEntry
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