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