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

Trait Implementations

Derived Implementations

impl Debug for CStringDecodeOptions

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Default for CStringDecodeOptions

fn default() -> CStringDecodeOptions

impl Clone for CStringDecodeOptions

fn clone(&self) -> CStringDecodeOptions

fn clone_from(&mut self, source: &Self)

impl Copy for CStringDecodeOptions