Expand description
Type-level encoding of enum Privacy { IsPublic, IsPrivate }
Structs§
- IsPrivate
- A marker type representing that a
FieldOffsetWithVis
is for a private field. - IsPublic
- A marker type representing that a
FieldOffsetWithVis
is for a public field.
Traits§
- Combine
Privacy - Trait that combines two
Privacy
types. - Privacy
- Marker trait for types that represents the privacy of a
FieldOffsetWithVis
.
Type Aliases§
- Combine
Privacy Out - Combines two
Privacy
types.