pub struct CIrFunction { /* private fields */ }Auto Trait Implementations§
impl Freeze for CIrFunction
impl RefUnwindSafe for CIrFunction
impl Send for CIrFunction
impl Sync for CIrFunction
impl Unpin for CIrFunction
impl UnsafeUnpin for CIrFunction
impl UnwindSafe for CIrFunction
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