Struct gio_sys::GCancellable [−][src]
#[repr(C)]pub struct GCancellable { pub parent_instance: GObject, pub priv_: *mut GCancellablePrivate, }
Fields
parent_instance: GObject
priv_: *mut GCancellablePrivate
Trait Implementations
impl Copy for GCancellable[src]
impl Copy for GCancellableimpl Clone for GCancellable[src]
impl Clone for GCancellablefn clone(&self) -> GCancellable[src]
fn clone(&self) -> GCancellableReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GCancellable[src]
impl Debug for GCancellableAuto Trait Implementations
impl !Send for GCancellable
impl !Send for GCancellableimpl !Sync for GCancellable
impl !Sync for GCancellable