Searched defs:OperationHandle (Results 1 – 1 of 1) sorted by relevance
158 pub struct OperationHandle { struct159 raw: *mut raw::TEE_OperationHandle, argument162 impl OperationHandle { impls163 fn from_raw(raw: *mut raw::TEE_OperationHandle) -> OperationHandle { in from_raw()240 impl Drop for OperationHandle { implementation
Completed in 8 milliseconds