Struct gio_sys::GCancellable [] [src]

#[repr(C)]
pub struct GCancellable { pub parent_instance: GObject, pub priv_: *mut GCancellablePrivate, }

Fields

Trait Implementations

impl Copy for GCancellable
[src]

impl Clone for GCancellable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GCancellable
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GCancellable

impl !Sync for GCancellable