Struct x11::xrecord::XRecordState[][src]

#[repr(C)]
pub struct XRecordState { pub enabled: Bool, pub datum_flags: c_int, pub nclients: c_ulong, pub client_info: *mut *mut XRecordClientInfo, }

Fields

Trait Implementations

impl Debug for XRecordState
[src]

Formats the value using the given formatter. Read more

impl Clone for XRecordState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XRecordState
[src]

impl PartialEq for XRecordState
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl !Send for XRecordState

impl !Sync for XRecordState