var searchIndex = {}; searchIndex["const_cstr"] = {"doc":"Create static C-compatible strings from Rust string literals.","items":[[3,"ConstCStr","const_cstr","A type representing a static C-compatible string, wrapping `&'static str`.",null,null],[12,"val","","The wrapped string value. Not intended to be used for manual initialization.\nPublic only to allow initialization by the `const_cstr!` macro.",0,null],[11,"hash","","",0,null],[11,"cmp","","",0,null],[11,"partial_cmp","","",0,null],[11,"lt","","",0,null],[11,"le","","",0,null],[11,"gt","","",0,null],[11,"ge","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"fmt","","",0,null],[11,"clone","","",0,null],[11,"to_str","","Returns the wrapped string, without the NUL terminating byte.",0,null],[11,"to_bytes","","Returns the wrapped string as a byte slice, **without** the NUL terminating byte.",0,null],[11,"to_bytes_with_nul","","Returns the wrapped string as a byte slice, *with** the NUL terminating byte.",0,null],[11,"as_ptr","","Returns a pointer to the beginning of the wrapped string.",0,null],[11,"as_cstr","","Returns the wrapped string as an `&'static CStr`, skipping the length check that\n`CStr::from_ptr()` performs (since we know the length already).",0,null],[14,"const_cstr!","","Create a C-compatible string as an rvalue or a `const` binding.\nAppends a NUL byte to the passed string.",null,null]],"paths":[[3,"ConstCStr"]]}; initSearch(searchIndex);