pub struct FromBytesWithNulError { /* 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.
impl Clone for FromBytesWithNulError
[src]
fn clone(&self) -> FromBytesWithNulError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl PartialEq for FromBytesWithNulError
[src]
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 Eq for FromBytesWithNulError
[src]
impl Debug for FromBytesWithNulError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/ffi/struct.FromBytesWithNulError.html