#[repr(C)]pub struct AdwActionRowClass {
pub parent_class: AdwPreferencesRowClass,
pub activate: Option<unsafe extern "C" fn(_: *mut AdwActionRow)>,
pub padding: [gpointer; 4],
}
Fields§
§parent_class: AdwPreferencesRowClass
§activate: Option<unsafe extern "C" fn(_: *mut AdwActionRow)>
§padding: [gpointer; 4]
Trait Implementations§
Source§impl Clone for AdwActionRowClass
impl Clone for AdwActionRowClass
Source§fn clone(&self) -> AdwActionRowClass
fn clone(&self) -> AdwActionRowClass
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 AdwActionRowClass
impl Debug for AdwActionRowClass
impl Copy for AdwActionRowClass
Auto Trait Implementations§
impl Freeze for AdwActionRowClass
impl RefUnwindSafe for AdwActionRowClass
impl !Send for AdwActionRowClass
impl !Sync for AdwActionRowClass
impl Unpin for AdwActionRowClass
impl UnwindSafe for AdwActionRowClass
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)