Struct pod::code::CStringDecodeOptions
[−]
[src]
pub struct CStringDecodeOptions { pub require_nul: bool, }
Describes how to decode a CString
Fields
require_nul | When true, errors if EOF is reached before a nul byte is found |