#[repr(C)]pub struct PanelWorkspace {
pub parent_instance: AdwApplicationWindow,
}Fields§
§parent_instance: AdwApplicationWindowTrait Implementations§
Source§impl Clone for PanelWorkspace
impl Clone for PanelWorkspace
Source§fn clone(&self) -> PanelWorkspace
fn clone(&self) -> PanelWorkspace
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 PanelWorkspace
Auto Trait Implementations§
impl !Send for PanelWorkspace
impl !Sync for PanelWorkspace
impl Freeze for PanelWorkspace
impl RefUnwindSafe for PanelWorkspace
impl Unpin for PanelWorkspace
impl UnsafeUnpin for PanelWorkspace
impl UnwindSafe for PanelWorkspace
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