Struct gio::IOExtension
source · pub struct IOExtension(_);
Expand description
The implementation of an IOExtensionPoint
.
Implementations§
Trait Implementations§
source§impl Clone for IOExtension
impl Clone for IOExtension
source§fn clone(&self) -> IOExtension
fn clone(&self) -> IOExtension
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IOExtension
impl Debug for IOExtension
source§impl Display for IOExtension
impl Display for IOExtension
source§impl FromGlibPtrNone<*mut *mut _GIOExtension> for IOExtension
impl FromGlibPtrNone<*mut *mut _GIOExtension> for IOExtension
source§unsafe fn from_glib_none(ptr: *mut GIOExtension) -> Self
unsafe fn from_glib_none(ptr: *mut GIOExtension) -> Self
Safety Read more
source§impl PartialEq<IOExtension> for IOExtension
impl PartialEq<IOExtension> for IOExtension
source§fn eq(&self, other: &IOExtension) -> bool
fn eq(&self, other: &IOExtension) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'a> ToGlibPtr<'a, *mut *mut _GIOExtension> for &'a IOExtension
impl<'a> ToGlibPtr<'a, *mut *mut _GIOExtension> for &'a IOExtension
type Storage = &'a IOExtension
source§fn to_glib_none(&self) -> Stash<'a, *mut GIOExtension, &'a IOExtension>
fn to_glib_none(&self) -> Stash<'a, *mut GIOExtension, &'a IOExtension>
Transfer: none. Read more
source§fn to_glib_container(&'a self) -> Stash<'a, P, Self>
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
Transfer: container. Read more
source§fn to_glib_full(&self) -> P
fn to_glib_full(&self) -> P
Transfer: full. Read more