Struct x11_clipboard::Atoms[][src]

pub struct Atoms {
    pub primary: Atom,
    pub clipboard: Atom,
    pub property: Atom,
    pub targets: Atom,
    pub string: Atom,
    pub utf8_string: Atom,
    pub incr: Atom,
}

Fields

Trait Implementations

impl Clone for Atoms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Atoms
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Atoms

impl Sync for Atoms