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