Struct libadwaita_sys::AdwComboRow
source · [−]#[repr(C)]pub struct AdwComboRow {
pub parent_instance: AdwActionRow,
}Fields
parent_instance: AdwActionRowTrait Implementations
sourceimpl Clone for AdwComboRow
impl Clone for AdwComboRow
sourcefn clone(&self) -> AdwComboRow
fn clone(&self) -> AdwComboRow
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more