Enum gdk_sys::GdkPropMode [] [src]

#[repr(C)]
pub enum GdkPropMode { Replace, Prepend, Append, }

Variants

Trait Implementations

impl Clone for GdkPropMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GdkPropMode
[src]

impl Debug for GdkPropMode
[src]

Formats the value using the given formatter.

impl Eq for GdkPropMode
[src]

impl PartialEq for GdkPropMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.