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
UChars(&'a [u8])
UShorts(&'a [u16])
ULongs(&'a [c_ulong])
UChar(u8)
UShort(u16)
ULong(c_ulong)
Trait Implementations
impl<'a> Clone for ChangeData<'a>
[src]
impl<'a> Clone for ChangeData<'a>
fn clone(&self) -> ChangeData<'a>
[src]
fn clone(&self) -> ChangeData<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl<'a> Copy for ChangeData<'a>
[src]
impl<'a> Copy for ChangeData<'a>
impl<'a> Debug for ChangeData<'a>
[src]
impl<'a> Debug for ChangeData<'a>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> PartialEq for ChangeData<'a>
[src]
impl<'a> PartialEq for ChangeData<'a>
fn eq(&self, other: &ChangeData<'a>) -> bool
[src]
fn eq(&self, other: &ChangeData<'a>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ChangeData<'a>) -> bool
[src]
fn ne(&self, other: &ChangeData<'a>) -> bool
This method tests for !=
.
Auto Trait Implementations
impl<'a> Send for ChangeData<'a>
impl<'a> Send for ChangeData<'a>
impl<'a> Sync for ChangeData<'a>
impl<'a> Sync for ChangeData<'a>