Home
last modified time | relevance | path

Searched defs:CString (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/rust/kernel/
Dstr.rs206 pub fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring()
547 pub struct CString { struct
551 impl CString { impl
586 impl Deref for CString { implementation
596 impl<'a> TryFrom<&'a CStr> for CString { implementation
599 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from()