DemesneGH commented on issue #103:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/103#issuecomment-1398248840

   Add a new line `#[derive(Copy, Clone)]` above this line of code:
   
   
https://github.com/apache/incubator-teaclave-trustzone-sdk/blob/972760f5bd9777104e653fc31a32da096f1955bd/optee-utee/src/object.rs#L213-L216
   
   ```
   /// An opaque handle on an object.
   #[derive(Copy, Clone)]
   pub struct ObjectHandle {
       raw: *mut raw::TEE_ObjectHandle,
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to