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