Struct pod::code::StringDecodeOptions [] [src]

pub struct StringDecodeOptions {
    pub len: Option<usize>,
}

Describes how to decode a String

Fields

len

Reads Some(len) bytes, or until EOF

Trait Implementations

Derived Implementations

impl Debug for StringDecodeOptions

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

impl Default for StringDecodeOptions

fn default() -> StringDecodeOptions

impl Clone for StringDecodeOptions

fn clone(&self) -> StringDecodeOptions

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

impl Copy for StringDecodeOptions