#[repr(C)]pub struct _GCancellableClass {
pub parent_class: GObjectClass,
pub cancelled: Option<unsafe extern "C" fn(cancellable: *mut GCancellable)>,
pub _g_reserved1: Option<unsafe extern "C" fn()>,
pub _g_reserved2: Option<unsafe extern "C" fn()>,
pub _g_reserved3: Option<unsafe extern "C" fn()>,
pub _g_reserved4: Option<unsafe extern "C" fn()>,
pub _g_reserved5: Option<unsafe extern "C" fn()>,
}
Fields§
§parent_class: GObjectClass
§cancelled: Option<unsafe extern "C" fn(cancellable: *mut GCancellable)>
§_g_reserved1: Option<unsafe extern "C" fn()>
§_g_reserved2: Option<unsafe extern "C" fn()>
§_g_reserved3: Option<unsafe extern "C" fn()>
§_g_reserved4: Option<unsafe extern "C" fn()>
§_g_reserved5: Option<unsafe extern "C" fn()>
Trait Implementations§
Source§impl Clone for _GCancellableClass
impl Clone for _GCancellableClass
Source§fn clone(&self) -> _GCancellableClass
fn clone(&self) -> _GCancellableClass
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 _GCancellableClass
impl Debug for _GCancellableClass
Source§impl PartialEq for _GCancellableClass
impl PartialEq for _GCancellableClass
impl Copy for _GCancellableClass
impl Eq for _GCancellableClass
impl StructuralPartialEq for _GCancellableClass
Auto Trait Implementations§
impl Freeze for _GCancellableClass
impl RefUnwindSafe for _GCancellableClass
impl !Send for _GCancellableClass
impl !Sync for _GCancellableClass
impl Unpin for _GCancellableClass
impl UnwindSafe for _GCancellableClass
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