#[repr(C)]pub struct PanelDocumentWorkspaceClass {
pub parent_class: PanelWorkspaceClass,
pub create_frame: Option<unsafe extern "C" fn(_: *mut PanelDocumentWorkspace, _: *mut PanelPosition) -> *mut PanelFrame>,
pub add_widget: Option<unsafe extern "C" fn(_: *mut PanelDocumentWorkspace, _: *mut PanelWidget, _: *mut PanelPosition) -> gboolean>,
pub _reserved: [gpointer; 16],
}
Fields§
§parent_class: PanelWorkspaceClass
§create_frame: Option<unsafe extern "C" fn(_: *mut PanelDocumentWorkspace, _: *mut PanelPosition) -> *mut PanelFrame>
§add_widget: Option<unsafe extern "C" fn(_: *mut PanelDocumentWorkspace, _: *mut PanelWidget, _: *mut PanelPosition) -> gboolean>
§_reserved: [gpointer; 16]
Trait Implementations§
source§impl Clone for PanelDocumentWorkspaceClass
impl Clone for PanelDocumentWorkspaceClass
source§fn clone(&self) -> PanelDocumentWorkspaceClass
fn clone(&self) -> PanelDocumentWorkspaceClass
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 PanelDocumentWorkspaceClass
impl Debug for PanelDocumentWorkspaceClass
impl Copy for PanelDocumentWorkspaceClass
Auto Trait Implementations§
impl Freeze for PanelDocumentWorkspaceClass
impl RefUnwindSafe for PanelDocumentWorkspaceClass
impl !Send for PanelDocumentWorkspaceClass
impl !Sync for PanelDocumentWorkspaceClass
impl Unpin for PanelDocumentWorkspaceClass
impl UnwindSafe for PanelDocumentWorkspaceClass
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: 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
)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
)