Struct libvips_rs::bindings::_GCancellable
source · #[repr(C)]pub struct _GCancellable {
pub parent_instance: GObject,
pub priv_: *mut GCancellablePrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GCancellablePrivateTrait Implementations§
source§impl Clone for _GCancellable
impl Clone for _GCancellable
source§fn clone(&self) -> _GCancellable
fn clone(&self) -> _GCancellable
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 _GCancellable
impl Debug for _GCancellable
source§impl PartialEq<_GCancellable> for _GCancellable
impl PartialEq<_GCancellable> for _GCancellable
source§fn eq(&self, other: &_GCancellable) -> bool
fn eq(&self, other: &_GCancellable) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _GCancellable
impl Eq for _GCancellable
impl StructuralEq for _GCancellable
impl StructuralPartialEq for _GCancellable
Auto Trait Implementations§
impl RefUnwindSafe for _GCancellable
impl !Send for _GCancellable
impl !Sync for _GCancellable
impl Unpin for _GCancellable
impl UnwindSafe for _GCancellable
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