Searched defs:ObjectHandle (Results 1 – 1 of 1) sorted by relevance
218 pub struct ObjectHandle { struct219 raw: *mut raw::TEE_ObjectHandle, argument222 impl ObjectHandle { implementation227 fn from_raw(raw: *mut raw::TEE_ObjectHandle) -> ObjectHandle { in from_raw()988 attributes: Option<ObjectHandle>, in create()
Completed in 6 milliseconds