pub struct Atom(/* private fields */);
Implementations§
Trait Implementations§
Source§impl FromGlibPtrBorrow<*mut _GdkAtom> for Atom
impl FromGlibPtrBorrow<*mut _GdkAtom> for Atom
unsafe fn from_glib_borrow(ptr: GdkAtom) -> Atom
Source§impl FromGlibPtrFull<*mut _GdkAtom> for Atom
impl FromGlibPtrFull<*mut _GdkAtom> for Atom
unsafe fn from_glib_full(_: GdkAtom) -> Atom
Source§impl FromGlibPtrNone<*mut _GdkAtom> for Atom
impl FromGlibPtrNone<*mut _GdkAtom> for Atom
unsafe fn from_glib_none(ptr: GdkAtom) -> Atom
Source§impl<'a> ToGlibContainerFromSlice<'a, *const *mut _GdkAtom> for &'a Atom
impl<'a> ToGlibContainerFromSlice<'a, *const *mut _GdkAtom> for &'a Atom
type Storage = (Vec<Stash<'a, *mut _GdkAtom, &'a Atom>>, Option<Vec<*mut _GdkAtom>>)
fn to_glib_none_from_slice(t: &'a [&'a Atom]) -> (*const GdkAtom, Self::Storage)
fn to_glib_container_from_slice( t: &'a [&'a Atom], ) -> (*const GdkAtom, Self::Storage)
fn to_glib_full_from_slice(_: &[&'a Atom]) -> *const GdkAtom
Source§impl<'a> ToGlibContainerFromSlice<'a, *mut *mut _GdkAtom> for &'a Atom
impl<'a> ToGlibContainerFromSlice<'a, *mut *mut _GdkAtom> for &'a Atom
type Storage = (Vec<Stash<'a, *mut _GdkAtom, &'a Atom>>, Option<Vec<*mut _GdkAtom>>)
fn to_glib_none_from_slice(t: &'a [&'a Atom]) -> (*mut GdkAtom, Self::Storage)
fn to_glib_container_from_slice( t: &'a [&'a Atom], ) -> (*mut GdkAtom, Self::Storage)
fn to_glib_full_from_slice(_: &[&'a Atom]) -> *mut GdkAtom
impl Copy for Atom
impl Eq for Atom
impl StructuralPartialEq for Atom
Auto Trait Implementations§
impl Freeze for Atom
impl RefUnwindSafe for Atom
impl !Send for Atom
impl !Sync for Atom
impl Unpin for Atom
impl UnwindSafe for Atom
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more