Module Component.InstanceVariableSource

type t = {
  1. doc : CComment.docs;
  2. mutable_ : bool;
  3. virtual_ : bool;
  4. type_ : TypeExpr.t;
}