Lines Matching refs:CStr
8 ffi::{c_int, c_void, CStr, CString},
148 const TYPE_NAME: &'static CStr = variable
149 unsafe { CStr::from_bytes_with_nul_unchecked(bindings::TYPE_RESETTABLE_INTERFACE) };
195 name: ::std::ffi::CStr::as_ptr($name),
207 name: ::std::ffi::CStr::as_ptr($name),
218 name: ::std::ffi::CStr::as_ptr($name),
245 const TYPE_NAME: &'static CStr = variable
246 unsafe { CStr::from_bytes_with_nul_unchecked(bindings::TYPE_DEVICE) };
396 const TYPE_NAME: &'static CStr = variable
397 unsafe { CStr::from_bytes_with_nul_unchecked(bindings::TYPE_CLOCK) };