enum State {
Unlocked,
Shared,
Exclusive,
}
Variants§
Trait Implementations§
source§impl PartialEq<State> for State
impl PartialEq<State> for State
impl StructuralPartialEq for State
Auto Trait Implementations§
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Unlocked
: 0 bytesShared
: 0 bytesExclusive
: 0 bytes