Enum gtk::PropagationPhase
[−]
[src]
pub enum PropagationPhase {
None,
Capture,
Bubble,
Target,
// some variants omitted
}Variants
NoneCaptureBubbleTargetTrait Implementations
impl Clone for PropagationPhase[src]
fn clone(&self) -> PropagationPhase
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
impl Copy for PropagationPhase[src]
impl Debug for PropagationPhase[src]
impl Eq for PropagationPhase[src]
impl PartialEq for PropagationPhase[src]
fn eq(&self, __arg_0: &PropagationPhase) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PropagationPhase) -> bool
This method tests for !=.