Searched defs:CString (Results 1 – 1 of 1) sorted by relevance
312 pub fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring()355 pub fn to_ascii_lowercase(&self) -> Result<CString, AllocError> { in to_ascii_lowercase()372 pub fn to_ascii_uppercase(&self) -> Result<CString, AllocError> { in to_ascii_uppercase()821 pub struct CString { struct822 buf: KVec<u8>,825 impl CString { implementation860 impl Deref for CString { implementation870 impl DerefMut for CString { implementation878 impl<'a> TryFrom<&'a CStr> for CString { implementation881 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from()[all …]