pub enum CUnaryOp {
Neg,
Not,
BitNot,
Deref,
AddrOf,
}Expand description
Unary operator in C expressions.
Variants§
Trait Implementations§
impl Copy for CUnaryOp
impl Eq for CUnaryOp
impl StructuralPartialEq for CUnaryOp
Auto Trait Implementations§
impl Freeze for CUnaryOp
impl RefUnwindSafe for CUnaryOp
impl Send for CUnaryOp
impl Sync for CUnaryOp
impl Unpin for CUnaryOp
impl UnsafeUnpin for CUnaryOp
impl UnwindSafe for CUnaryOp
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