Enum gdk_sys::GdkGrabStatus
[−]
[src]
#[repr(C)]pub enum GdkGrabStatus { Success, AlreadyGrabbed, InvalidTime, NotViewable, Frozen, Failed, }
Variants
Success
AlreadyGrabbed
InvalidTime
NotViewable
Frozen
Failed
Trait Implementations
impl Clone for GdkGrabStatus
[src]
fn clone(&self) -> GdkGrabStatus
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