Home
last modified time | relevance | path

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

/linux-6.6.21/rust/kernel/
Dstr.rs206 pub fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring()
547 pub struct CString { struct
551 impl CString { argument
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()