Struct qapi_qmp::DisplayGTK[][src]

pub struct DisplayGTK {
    pub grab_on_hover: Option<bool>,
}

Fields

Trait Implementations

impl Debug for DisplayGTK
[src]

Formats the value using the given formatter. Read more

impl Clone for DisplayGTK
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DisplayGTK

impl Sync for DisplayGTK