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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Atoms
[src]

[src]

Formats the value using the given formatter.