Struct sgx_tstd::ffi::FromBytesWithNulError [−][src]
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.
Methods
impl FromBytesWithNulError[src]
impl FromBytesWithNulErrorpub fn __description(&self) -> &str[src]
pub fn __description(&self) -> &strTrait Implementations
impl Debug for FromBytesWithNulError[src]
impl Debug for FromBytesWithNulErrorfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Clone for FromBytesWithNulError[src]
impl Clone for FromBytesWithNulErrorfn clone(&self) -> FromBytesWithNulError[src]
fn clone(&self) -> FromBytesWithNulErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq<FromBytesWithNulError> for FromBytesWithNulError[src]
impl PartialEq<FromBytesWithNulError> for FromBytesWithNulErrorfn eq(&self, other: &FromBytesWithNulError) -> bool[src]
fn eq(&self, other: &FromBytesWithNulError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FromBytesWithNulError) -> bool[src]
fn ne(&self, other: &FromBytesWithNulError) -> boolThis method tests for !=.
impl Eq for FromBytesWithNulError[src]
impl Eq for FromBytesWithNulErrorimpl Display for FromBytesWithNulError[src]
impl Display for FromBytesWithNulErrorfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Error for FromBytesWithNulError[src]
impl Error for FromBytesWithNulErrorAuto Trait Implementations
impl Send for FromBytesWithNulError
impl Send for FromBytesWithNulErrorimpl Sync for FromBytesWithNulError
impl Sync for FromBytesWithNulError