#[repr(C)]pub struct _GCancellable {
pub parent_instance: GObject,
pub priv_: *mut GCancellablePrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut GCancellablePrivate
Trait Implementations§
Source§impl Clone for _GCancellable
impl Clone for _GCancellable
Source§fn clone(&self) -> _GCancellable
fn clone(&self) -> _GCancellable
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 _GCancellable
impl Debug for _GCancellable
Source§impl PartialEq for _GCancellable
impl PartialEq for _GCancellable
impl Copy for _GCancellable
impl Eq for _GCancellable
impl StructuralPartialEq for _GCancellable
Auto Trait Implementations§
impl Freeze for _GCancellable
impl RefUnwindSafe for _GCancellable
impl !Send for _GCancellable
impl !Sync for _GCancellable
impl Unpin for _GCancellable
impl UnwindSafe for _GCancellable
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