Searched defs:Defbool (Results 1 – 1 of 1) sorted by relevance
277 type Defbool struct { struct278 val defboolVal281 func (d Defbool) String() string {295 func (d *Defbool) Set(b bool) {304 func (d *Defbool) Unset() {310 func (d *Defbool) SetIfDefault(b bool) {318 func (d *Defbool) IsDefault() bool {325 func (d *Defbool) Val() (bool, error) {333 func (d *Defbool) fromC(c *C.libxl_defbool) error {349 func (d *Defbool) toC(cd *C.libxl_defbool) error {
Completed in 4 milliseconds