Home
last modified time | relevance | path

Searched defs:UnOp (Results 1 – 8 of 8) sorted by relevance

/linux/rust/syn/
H A Dop.rs153 impl Parse for UnOp { implementation
212 impl ToTokens for UnOp { implementation
/linux/rust/syn/gen/
H A Dclone.rs2128 impl Copy for crate::UnOp {} implementation
2131 impl Clone for crate::UnOp { implementation
H A Deq.rs2141 impl Eq for crate::UnOp {} implementation
2144 impl PartialEq for crate::UnOp { implementation
H A Dhash.rs2694 impl Hash for crate::UnOp { implementation
H A Dvisit_mut.rs892 fn visit_un_op_mut(&mut self, i: &mut crate::UnOp) { in visit_un_op_mut()
H A Dfold.rs961 fn fold_un_op(&mut self, i: crate::UnOp) -> crate::UnOp { in fold_un_op()
H A Dvisit.rs884 fn visit_un_op(&mut self, i: &'ast crate::UnOp) { in visit_un_op()
H A Ddebug.rs3048 impl Debug for crate::UnOp { implementation