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
UChar(u8)UShort(u16)Trait Implementations
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> RefUnwindSafe for ChangeData<'a>impl<'a> Send for ChangeData<'a>impl<'a> Sync for ChangeData<'a>impl<'a> Unpin for ChangeData<'a>impl<'a> UnwindSafe for ChangeData<'a>Blanket Implementations
Mutably borrows from an owned value. Read more