#[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 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 AdwActionRowClass
Auto Trait Implementations§
impl !Send for AdwActionRowClass
impl !Sync for AdwActionRowClass
impl Freeze for AdwActionRowClass
impl RefUnwindSafe for AdwActionRowClass
impl Unpin for AdwActionRowClass
impl UnsafeUnpin 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