Struct libpanel_sys::PanelApplication
source · #[repr(C)]pub struct PanelApplication {
pub parent_instance: AdwApplication,
}
Fields§
§parent_instance: AdwApplication
Trait Implementations§
source§impl Clone for PanelApplication
impl Clone for PanelApplication
source§fn clone(&self) -> PanelApplication
fn clone(&self) -> PanelApplication
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 PanelApplication
impl Debug for PanelApplication
impl Copy for PanelApplication
Auto Trait Implementations§
impl RefUnwindSafe for PanelApplication
impl !Send for PanelApplication
impl !Sync for PanelApplication
impl Unpin for PanelApplication
impl UnwindSafe for PanelApplication
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