Enum gdk_sys::GdkVisibilityState
[−]
[src]
#[repr(C)]pub enum GdkVisibilityState { Unobscured, Partial, FullyObscured, }
Variants
Unobscured
Partial
FullyObscured
Trait Implementations
impl Clone for GdkVisibilityState
[src]
fn clone(&self) -> GdkVisibilityState
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