#[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 Freeze for AdwComboRow
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
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
)