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