#[repr(C)]pub struct PanelDocumentWorkspace {
pub parent_instance: PanelWorkspace,
}Fields§
§parent_instance: PanelWorkspaceTrait Implementations§
Source§impl Clone for PanelDocumentWorkspace
impl Clone for PanelDocumentWorkspace
Source§fn clone(&self) -> PanelDocumentWorkspace
fn clone(&self) -> PanelDocumentWorkspace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PanelDocumentWorkspace
Auto Trait Implementations§
impl !Send for PanelDocumentWorkspace
impl !Sync for PanelDocumentWorkspace
impl Freeze for PanelDocumentWorkspace
impl RefUnwindSafe for PanelDocumentWorkspace
impl Unpin for PanelDocumentWorkspace
impl UnsafeUnpin for PanelDocumentWorkspace
impl UnwindSafe for PanelDocumentWorkspace
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