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