Struct libadwaita_sys::AdwComboRow
source · #[repr(C)]pub struct AdwComboRow {
pub parent_instance: AdwActionRow,
}
Fields§
§parent_instance: AdwActionRow
Trait Implementations§
source§impl Clone for AdwComboRow
impl Clone for AdwComboRow
source§fn clone(&self) -> AdwComboRow
fn clone(&self) -> AdwComboRow
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 AdwComboRow
impl Debug for AdwComboRow
impl Copy for AdwComboRow
Auto Trait Implementations§
impl RefUnwindSafe for AdwComboRow
impl !Send for AdwComboRow
impl !Sync for AdwComboRow
impl Unpin 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