pub struct UseRef(/* private fields */);
Expand description
LLVM UseRef
wrapper
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UseRef
impl RefUnwindSafe for UseRef
impl !Send for UseRef
impl !Sync for UseRef
impl Unpin for UseRef
impl UnwindSafe for UseRef
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