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