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

pub struct IntoStringError {
    // some fields omitted
}
1.7.0

An error returned from CString::into_string to indicate that a UTF-8 error was encountered during the conversion.

Trait Implementations

Derived Implementations

impl Clone for IntoStringError

fn clone(&self) -> IntoStringError

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

impl PartialEq<IntoStringError> for IntoStringError

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

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

impl Debug for IntoStringError

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