Searched defs:Object (Results 1 – 3 of 3) sorted by relevance
24 open( _obj: &<<T as IntoGEMObject>::Driver as drm::Driver>::Object, _file: &drm::File<<<T as IntoGEMObject>::Driver as drm::Driver>::File>, ) -> Result open() argument 32 close( _obj: &<<T as IntoGEMObject>::Driver as drm::Driver>::Object, _file: &drm::File<<<T as IntoGEMObject>::Driver as drm::Driver>::File>, ) close() argument 120 impl<T: DriverObject> IntoGEMObject for Object<T> { global() implementation 202 pub struct Object<T: DriverObject + Send + Sync> { global() struct 209 impl<T: DriverObject> Object<T> { global() implementation 288 impl<T: DriverObject> super::private::Sealed for Object<T> {} global() implementation 290 impl<T: DriverObject> Deref for Object<T> { global() implementation 298 impl<T: DriverObject> AllocImpl for Object<T> { global() implementation [all...]
24 Object(Object), enumerator27 type Object = Vec<(String, Value)>; typedef
103 type Object: AllocImpl; global() typedef