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]

Trait Implementations

impl Debug for FromBytesWithNulError
[src]

Formats the value using the given formatter. Read more

impl Clone for FromBytesWithNulError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<FromBytesWithNulError> for FromBytesWithNulError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for FromBytesWithNulError
[src]

impl Display for FromBytesWithNulError
[src]

Formats the value using the given formatter. Read more

impl Error for FromBytesWithNulError
[src]

A short description of the error.

The lower-level cause of this error, if any.

Get the TypeId of self

Auto Trait Implementations

impl Send for FromBytesWithNulError

impl Sync for FromBytesWithNulError