Struct bitflags::__core::ffi::FromBytesWithNulError 1.10.0
[−]
[src]
pub struct FromBytesWithNulError {
// some fields omitted
}An error returned from CStr::from_bytes_with_nul to indicate that a nul
byte was found too early in the slice provided or one wasn't found at all.
Trait Implementations
Derived Implementations
impl Debug for FromBytesWithNulError
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl PartialEq<FromBytesWithNulError> for FromBytesWithNulError
fn eq(&self, __arg_0: &FromBytesWithNulError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FromBytesWithNulError) -> bool
This method tests for !=.
impl Clone for FromBytesWithNulError
fn clone(&self) -> FromBytesWithNulError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more