Searched defs:CString (Results 1 – 1 of 1) sorted by relevance
206 pub fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring()547 pub struct CString { struct551 impl CString { argument586 impl Deref for CString { implementation596 impl<'a> TryFrom<&'a CStr> for CString { implementation599 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from()