Struct libxdo_sys::Struct_xdo_search [] [src]

#[repr(C)]
pub struct Struct_xdo_search { pub title: *const c_char, pub winclass: *const c_char, pub winclassname: *const c_char, pub winname: *const c_char, pub pid: c_int, pub max_depth: c_long, pub only_visible: c_int, pub screen: c_int, pub require: Enum_Unnamed2, pub searchmask: c_uint, pub desktop: c_long, pub limit: c_uint, }

Fields

Trait Implementations

impl Copy for Struct_xdo_search
[src]

impl Clone for Struct_xdo_search
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_xdo_search
[src]

Returns the "default value" for a type. Read more