Struct bitflags::__core::ffi::NulError [] [src]

pub struct NulError(_, _);
1.0.0

An error returned from CString::new to indicate that a nul byte was found in the vector provided.

Trait Implementations

Derived Implementations

impl Clone for NulError

fn clone(&self) -> NulError

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

impl PartialEq<NulError> for NulError

fn eq(&self, __arg_0: &NulError) -> bool

fn ne(&self, __arg_0: &NulError) -> bool

impl Debug for NulError

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