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