Enum atk_sys::AtkCoordType
[−]
[src]
#[repr(C)]pub enum AtkCoordType { Screen, Window, }
Variants
Screen
Window
Trait Implementations
impl Clone for AtkCoordType
[src]
fn clone(&self) -> AtkCoordType
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