Module type CCBitField.S.FIELD

module type FIELD = sig .. end
Field of type value, with a given width and position within the bitfield type

type value 
Values contained in the field
val get : CCBitField.S.t -> value
val set : value -> CCBitField.S.t -> CCBitField.S.t
val width : int
val name : string
val kind : value CCBitField.S.field_kind