#[repr(C)]pub struct GCancellableClass {
pub parent_class: GObjectClass,
pub cancelled: Option<extern "C" fn(*mut GCancellable)>,
pub _g_reserved1: Option<extern "C" fn()>,
pub _g_reserved2: Option<extern "C" fn()>,
pub _g_reserved3: Option<extern "C" fn()>,
pub _g_reserved4: Option<extern "C" fn()>,
pub _g_reserved5: Option<extern "C" fn()>,
}Fields§
§parent_class: GObjectClass§cancelled: Option<extern "C" fn(*mut GCancellable)>§_g_reserved1: Option<extern "C" fn()>§_g_reserved2: Option<extern "C" fn()>§_g_reserved3: Option<extern "C" fn()>§_g_reserved4: Option<extern "C" fn()>§_g_reserved5: Option<extern "C" fn()>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