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 GCancellable
impl Clone for GCancellable
[src]
impl Clone for GCancellable
fn clone(&self) -> GCancellable
[src]
fn clone(&self) -> GCancellable
Returns 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 GCancellable
Auto Trait Implementations
impl !Send for GCancellable
impl !Send for GCancellable
impl !Sync for GCancellable
impl !Sync for GCancellable