Struct core::str::lossy::Utf8LossyChunk[][src]

pub struct Utf8LossyChunk<'a> {
    pub valid: &'a str,
    pub broken: &'a [u8],
}
🔬 This is a nightly-only experimental API. (str_internals)

Fields

valid: &'a str
🔬 This is a nightly-only experimental API. (str_internals)

有效字符的序列。 在损坏的 UTF-8 字符之间可以为空。

broken: &'a [u8]
🔬 This is a nightly-only experimental API. (str_internals)

单个破损字符,如果没有则为空。 空的 iff 迭代器项是最后一个。

Trait Implementations

使用给定的格式化程序格式化该值。 Read more

此方法测试 selfother 值是否相等,并由 == 使用。 Read more

此方法测试 !=

Auto Trait Implementations

Blanket Implementations

获取 selfTypeIdRead more

从拥有的值中一成不变地借用。 Read more

从拥有的值中借用。 Read more

执行转换。

执行转换。

发生转换错误时返回的类型。

执行转换。

发生转换错误时返回的类型。

执行转换。