Home
last modified time | relevance | path

Searched defs:Defbool (Results 1 – 1 of 1) sorted by relevance

/xen/tools/golang/xenlight/
A Dxenlight.go277 type Defbool struct { struct
278 val defboolVal
281 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