Searched refs:CString (Results 1 – 1 of 1) sorted by relevance
309 pub fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring() argument310 CString::try_from(self) in to_cstring()352 pub fn to_ascii_lowercase(&self) -> Result<CString, AllocError> { in to_ascii_lowercase() argument792 pub struct CString { struct796 impl CString { impls831 impl Deref for CString { implementation841 impl DerefMut for CString { implementation849 impl<'a> TryFrom<&'a CStr> for CString { implementation852 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from() argument860 Ok(CString { buf }) in try_from()[all …]
Completed in 8 milliseconds