Module privacy

Source
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§

CombinePrivacy
Trait that combines two Privacy types.
Privacy
Marker trait for types that represents the privacy of a FieldOffsetWithVis.

Type Aliases§

CombinePrivacyOut
Combines two Privacy types.