Struct libxdo_sys::Struct_xdo_search
[−]
[src]
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
title: *const c_char
winclass: *const c_char
winclassname: *const c_char
winname: *const c_char
pid: c_int
max_depth: c_long
only_visible: c_int
screen: c_int
require: Enum_Unnamed2
searchmask: c_uint
desktop: c_long
limit: c_uint
Trait Implementations
impl Copy for Struct_xdo_search[src]
impl Clone for Struct_xdo_search[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more