pub struct Binop<'a>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<&mut _IRExpr__bindgen_ty_1__bindgen_ty_7> for Binop<'_>
impl From<&mut _IRExpr__bindgen_ty_1__bindgen_ty_7> for Binop<'_>
impl<'a> Copy for Binop<'a>
Auto Trait Implementations§
impl<'a> Freeze for Binop<'a>
impl<'a> RefUnwindSafe for Binop<'a>
impl<'a> !Send for Binop<'a>
impl<'a> !Sync for Binop<'a>
impl<'a> Unpin for Binop<'a>
impl<'a> UnwindSafe for Binop<'a>
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