Enum atk_sys::AtkLayer
[−]
[src]
#[repr(C)]pub enum AtkLayer { Invalid, Background, Canvas, Widget, Mdi, Popup, Overlay, Window, }
Variants
Invalid
Background
Canvas
Widget
Mdi
Popup
Overlay
Window
Trait Implementations
impl Clone for AtkLayer
[src]
fn clone(&self) -> AtkLayer
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