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
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
Mutably borrows from an owned value. Read more