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