Enum llvm_sys::object::LLVMOpaqueSymbolIterator
source · pub enum LLVMOpaqueSymbolIterator {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LLVMOpaqueSymbolIterator
impl RefUnwindSafe for LLVMOpaqueSymbolIterator
impl Send for LLVMOpaqueSymbolIterator
impl Sync for LLVMOpaqueSymbolIterator
impl Unpin for LLVMOpaqueSymbolIterator
impl UnwindSafe for LLVMOpaqueSymbolIterator
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