Enum gdk::ChangeData[][src]

pub enum ChangeData<'a> {
    UChars(&'a [u8]),
    UShorts(&'a [u16]),
    ULongs(&'a [c_ulong]),
    UChar(u8),
    UShort(u16),
    ULong(c_ulong),
}

Variants

Trait Implementations

impl<'a> Clone for ChangeData<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for ChangeData<'a>
[src]

impl<'a> Debug for ChangeData<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for ChangeData<'a>
[src]

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

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for ChangeData<'a>

impl<'a> Sync for ChangeData<'a>