Struct llvm_lib::core::module::MetadataRef
source · pub struct MetadataRef(/* private fields */);
Trait Implementations§
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