#[repr(C)]pub struct AdwDialogClass {
pub parent_class: GtkWidgetClass,
pub close_attempt: Option<unsafe extern "C" fn(*mut AdwDialog)>,
pub closed: Option<unsafe extern "C" fn(*mut AdwDialog)>,
pub padding: [gpointer; 4],
}Fields§
§parent_class: GtkWidgetClass§close_attempt: Option<unsafe extern "C" fn(*mut AdwDialog)>§closed: Option<unsafe extern "C" fn(*mut AdwDialog)>§padding: [gpointer; 4]Trait Implementations§
Source§impl Clone for AdwDialogClass
impl Clone for AdwDialogClass
Source§fn clone(&self) -> AdwDialogClass
fn clone(&self) -> AdwDialogClass
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 AdwDialogClass
Auto Trait Implementations§
impl !Send for AdwDialogClass
impl !Sync for AdwDialogClass
impl Freeze for AdwDialogClass
impl RefUnwindSafe for AdwDialogClass
impl Unpin for AdwDialogClass
impl UnsafeUnpin for AdwDialogClass
impl UnwindSafe for AdwDialogClass
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