Enum atk_sys::AtkLayer [] [src]

pub enum AtkLayer {
    Invalid,
    Background,
    Canvas,
    Widget,
    Mdi,
    Popup,
    Overlay,
    Window,
}

Variants

Trait Implementations

impl Clone for AtkLayer
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for AtkLayer
[src]

impl Debug for AtkLayer
[src]

[]

Formats the value using the given formatter.

impl Eq for AtkLayer
[src]

impl PartialEq for AtkLayer
[src]

[]

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

[]

This method tests for !=.