Searched defs:CString (Results 1 – 5 of 5) sorted by relevance
389 to_cstring(&self) -> Result<CString, AllocError> to_cstring() argument 432 to_ascii_lowercase(&self) -> Result<CString, AllocError> to_ascii_lowercase() argument 449 to_ascii_uppercase(&self) -> Result<CString, AllocError> to_ascii_uppercase() argument 888 pub struct CString { global() struct 889 bufBStr::fmt::CString global() argument 892 impl CString { global() implementation 927 impl Deref for CString { global() implementation 937 impl DerefMut for CString { global() implementation 945 impl<'a> TryFrom<&'a CStr> for CString { global() implementation 948 try_from(cstr: &'a CStr) -> Result<CString, AllocError> try_from() argument 959 impl fmt::Debug for CString { global() implementation [all...]
259 name: CString, in new() argument
20 fn find_supply_name_exact(dev: &Device, name: &str) -> Option<CString> { in find_supply_name_exact()29 fn find_supply_names(dev: &Device, cpu: cpu::CpuId) -> Option<KVec<CString>> { in find_supply_names()
441 impl Sealed for CString {} global() implementation 443 impl Property for CString { global() implementation
102 name: CString, in request_region()