std::ffi::FromBytesWithNulError

Struct std::ffi::FromBytesWithNulError

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.

Trait Implementations

impl Clone for FromBytesWithNulError [src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq 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 Debug for FromBytesWithNulError [src]

Formats the value using the given formatter.

impl Error for FromBytesWithNulError
1.17.0
[src]

A short description of the error. Read more

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

impl Display for FromBytesWithNulError
1.17.0
[src]

Formats the value using the given formatter. Read more

© 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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部