Searched defs:CString (Results 1 – 3 of 3) sorted by relevance
101 fn try_new<T: TryAllocInto<Vec<u8>>>(t: T) -> Result<CString, TryNewError>; in try_new()120 unsafe fn try_from_vec_unchecked(v: Vec<u8>) -> Result<CString, AllocError>; in try_from_vec_unchecked()123 impl FallibleCString for CString { implementation124 fn try_new<T: TryAllocInto<Vec<u8>>>(t: T) -> Result<CString, TryNewError> { in try_new()158 unsafe fn try_from_vec_unchecked(mut v: Vec<u8>) -> Result<CString, AllocError> { in try_from_vec_unchecked()165 impl TryClone for CString { implementation
272 pub fn service_name_to_trusty_c_port(service_name: &str) -> Result<CString, StatusCode> { in service_name_to_trusty_c_port()
131 pub fn get_path(&self) -> &CString { in get_path()