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