std::char::DecodeUtf16Error

Struct std::char::DecodeUtf16Error

pub struct DecodeUtf16Error { /* fields omitted */ }

An iterator that decodes UTF-16 encoded code points from an iterator of u16s.

Methods

impl DecodeUtf16Error [src]

Returns the unpaired surrogate which caused this error.

Trait Implementations

impl Display for DecodeUtf16Error [src]

Formats the value using the given formatter. Read more

impl Debug for DecodeUtf16Error [src]

Formats the value using the given formatter.

impl Clone for DecodeUtf16Error [src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Error for DecodeUtf16Error [src]

A short description of the error. Read more

The lower-level cause of this error, if any. 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/char/struct.DecodeUtf16Error.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部