std::mem::Discriminant

Struct std::mem::Discriminant

pub struct Discriminant<T>(_, _);
???? This is a nightly-only experimental API. (discriminant_value #24263)recently added, follows RFC

Opaque type representing the discriminant of an enum.

See the discriminant function in this module for more information.

Trait Implementations

impl<T> Eq for Discriminant<T> [src]

impl<T> Copy for Discriminant<T> [src]

impl<T> Debug for Discriminant<T> [src]

Formats the value using the given formatter.

impl<T> PartialEq<Discriminant<T>> for Discriminant<T> [src]

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

This method tests for !=.

impl<T> Clone for Discriminant<T> [src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> Hash for Discriminant<T> [src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. 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/mem/struct.Discriminant.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部