pub struct MetadataRef(/* private fields */);
Trait Implementations§
Source§impl Clone for MetadataRef
impl Clone for MetadataRef
Source§fn clone(&self) -> MetadataRef
fn clone(&self) -> MetadataRef
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 MetadataRef
impl Debug for MetadataRef
Source§impl From<*mut LLVMOpaqueMetadata> for MetadataRef
impl From<*mut LLVMOpaqueMetadata> for MetadataRef
Source§fn from(metadata: LLVMMetadataRef) -> Self
fn from(metadata: LLVMMetadataRef) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MetadataRef
impl RefUnwindSafe for MetadataRef
impl !Send for MetadataRef
impl !Sync for MetadataRef
impl Unpin for MetadataRef
impl UnwindSafe for MetadataRef
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