Struct libpanel_sys::PanelWorkbenchClass
source · #[repr(C)]pub struct PanelWorkbenchClass {
pub parent_class: GtkWindowGroupClass,
pub activate: Option<unsafe extern "C" fn(_: *mut PanelWorkbench)>,
pub unload_async: Option<unsafe extern "C" fn(_: *mut PanelWorkbench, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>,
pub unload_finish: Option<unsafe extern "C" fn(_: *mut PanelWorkbench, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>,
pub _reserved: [gpointer; 8],
}
Fields§
§parent_class: GtkWindowGroupClass
§activate: Option<unsafe extern "C" fn(_: *mut PanelWorkbench)>
§unload_async: Option<unsafe extern "C" fn(_: *mut PanelWorkbench, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>
§unload_finish: Option<unsafe extern "C" fn(_: *mut PanelWorkbench, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>
§_reserved: [gpointer; 8]
Trait Implementations§
source§impl Clone for PanelWorkbenchClass
impl Clone for PanelWorkbenchClass
source§fn clone(&self) -> PanelWorkbenchClass
fn clone(&self) -> PanelWorkbenchClass
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 PanelWorkbenchClass
impl Debug for PanelWorkbenchClass
impl Copy for PanelWorkbenchClass
Auto Trait Implementations§
impl Freeze for PanelWorkbenchClass
impl RefUnwindSafe for PanelWorkbenchClass
impl !Send for PanelWorkbenchClass
impl !Sync for PanelWorkbenchClass
impl Unpin for PanelWorkbenchClass
impl UnwindSafe for PanelWorkbenchClass
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)