Struct libvips_rs::bindings::_GCancellableClass
source · #[repr(C)]pub struct _GCancellableClass {
pub parent_class: GObjectClass,
pub cancelled: Option<unsafe extern "C" fn(cancellable: *mut GCancellable)>,
pub _g_reserved1: Option<unsafe extern "C" fn()>,
pub _g_reserved2: Option<unsafe extern "C" fn()>,
pub _g_reserved3: Option<unsafe extern "C" fn()>,
pub _g_reserved4: Option<unsafe extern "C" fn()>,
pub _g_reserved5: Option<unsafe extern "C" fn()>,
}
Fields§
§parent_class: GObjectClass
§cancelled: Option<unsafe extern "C" fn(cancellable: *mut GCancellable)>
§_g_reserved1: Option<unsafe extern "C" fn()>
§_g_reserved2: Option<unsafe extern "C" fn()>
§_g_reserved3: Option<unsafe extern "C" fn()>
§_g_reserved4: Option<unsafe extern "C" fn()>
§_g_reserved5: Option<unsafe extern "C" fn()>
Trait Implementations§
source§impl Clone for _GCancellableClass
impl Clone for _GCancellableClass
source§fn clone(&self) -> _GCancellableClass
fn clone(&self) -> _GCancellableClass
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 _GCancellableClass
impl Debug for _GCancellableClass
source§impl PartialEq<_GCancellableClass> for _GCancellableClass
impl PartialEq<_GCancellableClass> for _GCancellableClass
source§fn eq(&self, other: &_GCancellableClass) -> bool
fn eq(&self, other: &_GCancellableClass) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _GCancellableClass
impl Eq for _GCancellableClass
impl StructuralEq for _GCancellableClass
impl StructuralPartialEq for _GCancellableClass
Auto Trait Implementations§
impl RefUnwindSafe for _GCancellableClass
impl !Send for _GCancellableClass
impl !Sync for _GCancellableClass
impl Unpin for _GCancellableClass
impl UnwindSafe for _GCancellableClass
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