Struct gdk::Atom
[−]
[src]
pub struct Atom(_);
Methods
impl Atom
[src]
Trait Implementations
impl Copy for Atom
[src]
impl Clone for Atom
[src]
fn clone(&self) -> Atom
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 PartialEq for Atom
[src]
fn eq(&self, __arg_0: &Atom) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Atom) -> bool
This method tests for !=
.
impl Eq for Atom
[src]
impl GlibPtrDefault for Atom
[src]
impl<'a> ToGlibPtr<'a, GdkAtom> for Atom
[src]
type Storage = ()
fn to_glib_none(&self) -> Stash<'a, GdkAtom, Atom>
Transfer: none. Read more
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
Transfer: container. Read more
fn to_glib_full(&self) -> P
Transfer: full. Read more